Fixed compile error without libnettle, libgcrypt and openssl.

pull/8/head
Tatsuhiro Tsujikawa 2012-01-08 01:00:02 +09:00
parent 54d341ccc1
commit 63325cfd06
1 changed files with 1 additions and 2 deletions

View File

@ -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