Fix gcc 4.8 warning (strict aliasing violation).
[openssl.git] / crypto / modes / ofb128.c
index 4b5b4ec64856bb5a01325d5dcbda9c029833132f..01c01702c4f963175ef7db7a4096df29787067c9 100644 (file)
@@ -48,6 +48,7 @@
  *
  */
 
+#include <openssl/crypto.h>
 #include "modes_lcl.h"
 #include <string.h>