summaryrefslogtreecommitdiffstats
path: root/crypto/modes/cts128.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/modes/cts128.c')
-rw-r--r--crypto/modes/cts128.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/modes/cts128.c b/crypto/modes/cts128.c
index 3348450450..c0e1f3696c 100644
--- a/crypto/modes/cts128.c
+++ b/crypto/modes/cts128.c
@@ -5,6 +5,7 @@
* forms are granted according to the OpenSSL license.
*/
+#include <openssl/crypto.h>
#include "modes_lcl.h"
#include <string.h>