diff options
Diffstat (limited to 'crypto/aes/aes_cfb.c')
-rw-r--r-- | crypto/aes/aes_cfb.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/aes/aes_cfb.c b/crypto/aes/aes_cfb.c index 0c6d058ce..7f1955560 100644 --- a/crypto/aes/aes_cfb.c +++ b/crypto/aes/aes_cfb.c @@ -49,6 +49,7 @@ * */ +#include <openssl/crypto.h> #include <openssl/aes.h> #include <openssl/modes.h> |