gcm128.c: fix typo in CRYPTO_gcm128_encrypt_ctr32 name.
[openssl.git] / crypto / modes / ofb128.c
index c732e2ec58e3a138cdcd40842cc64f592f899ed0..4b5b4ec64856bb5a01325d5dcbda9c029833132f 100644 (file)
@@ -48,7 +48,7 @@
  *
  */
 
-#include "modes.h"
+#include "modes_lcl.h"
 #include <string.h>
 
 #ifndef MODES_DEBUG
 #endif
 #include <assert.h>
 
-#define STRICT_ALIGNMENT
-#if defined(__i386) || defined(__i386__) || \
-    defined(__x86_64) || defined(__x86_64__) || \
-    defined(_M_IX86) || defined(_M_AMD64) || defined(_M_X64) || \
-    defined(__s390__) || defined(__s390x__)
-#  undef STRICT_ALIGNMENT
-#endif
-
 /* The input and output encrypted as though 128bit ofb mode is being
  * used.  The extra state information to record how much of the
  * 128bit block we have used is contained in *num;