summaryrefslogtreecommitdiffstats
path: root/crypto/modes/cfb128.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/modes/cfb128.c')
-rw-r--r--crypto/modes/cfb128.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/modes/cfb128.c b/crypto/modes/cfb128.c
index b76514b9b5..4e6f5d35e1 100644
--- a/crypto/modes/cfb128.c
+++ b/crypto/modes/cfb128.c
@@ -48,6 +48,7 @@
*
*/
+#include <openssl/crypto.h>
#include "modes_lcl.h"
#include <string.h>