소스 검색

Fixed compile error without libnettle, libgcrypt and openssl.

Tatsuhiro Tsujikawa 13 년 전
부모
커밋
63325cfd06
1개의 변경된 파일1개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 2
      src/ARC4Encryptor.h

+ 1 - 2
src/ARC4Encryptor.h

@@ -56,8 +56,7 @@ public:
 
   void init(const unsigned char* key, size_t keyLength) {}
 
-  void encrypt(unsigned char* out, size_t outLength,
-               const unsigned char* in, size_t inLength) {}
+  void encrypt(size_t len, unsigned char* out, const unsigned char* in);
 };
 
 } // namespace aria2