diff options
Diffstat (limited to 'src/cipher.h')
-rw-r--r-- | src/cipher.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/cipher.h b/src/cipher.h index 6408ffd..e47dab9 100644 --- a/src/cipher.h +++ b/src/cipher.h @@ -55,7 +55,9 @@ #ifndef NO_CRYPT #if defined(USE_SSL_CRYPTO) +#include <openssl/crypto.h> #include <openssl/aes.h> +#include <openssl/modes.h> #elif defined(USE_NETTLE) #include <nettle/aes.h> #else // USE_GCRYPT is the default |