From f472ec8c2f354314d278e11be567b43630acf090 Mon Sep 17 00:00:00 2001 From: Andy Polyakov Date: Tue, 4 May 2010 19:23:02 +0000 Subject: "Jumbo" update for crypto/modes: - introduce common modes_lcl.h; - ctr128.c: implement additional CRYPTO_ctr128_encrypt_ctr32 interface; - gcm128.c: add omitted ARM initialization, remove ctx.ctr; --- crypto/modes/ofb128.c | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) (limited to 'crypto/modes/ofb128.c') diff --git a/crypto/modes/ofb128.c b/crypto/modes/ofb128.c index c732e2ec58..4b5b4ec648 100644 --- a/crypto/modes/ofb128.c +++ b/crypto/modes/ofb128.c @@ -48,7 +48,7 @@ * */ -#include "modes.h" +#include "modes_lcl.h" #include #ifndef MODES_DEBUG @@ -58,14 +58,6 @@ #endif #include -#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; -- cgit v1.2.3