浏览代码

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