mirror of https://github.com/aria2/aria2
Fixed compile error without libnettle, libgcrypt and openssl.
parent
54d341ccc1
commit
63325cfd06
|
@ -56,8 +56,7 @@ public:
|
||||||
|
|
||||||
void init(const unsigned char* key, size_t keyLength) {}
|
void init(const unsigned char* key, size_t keyLength) {}
|
||||||
|
|
||||||
void encrypt(unsigned char* out, size_t outLength,
|
void encrypt(size_t len, unsigned char* out, const unsigned char* in);
|
||||||
const unsigned char* in, size_t inLength) {}
|
|
||||||
};
|
};
|
||||||
|
|
||||||
} // namespace aria2
|
} // namespace aria2
|
||||||
|
|
Loading…
Reference in New Issue