X-Git-Url: http://git.rot13.org/?p=bcm963xx.git;a=blobdiff_plain;f=userapps%2Fopensource%2Fopenssl%2Fcrypto%2Faes%2Faes_core.c;h=ed566a81233f7d87e651885ec817a53f0deb86dc;hp=2f41a825f8d95b8864734d8f81fc850ed41a973d;hb=864458111a0e69d94bbae210d5b7349ca072a6b7;hpb=a69849c98808437716b821267cd97529c56f45b0 diff --git a/userapps/opensource/openssl/crypto/aes/aes_core.c b/userapps/opensource/openssl/crypto/aes/aes_core.c index 2f41a825..ed566a81 100755 --- a/userapps/opensource/openssl/crypto/aes/aes_core.c +++ b/userapps/opensource/openssl/crypto/aes/aes_core.c @@ -37,8 +37,11 @@ #include #include +#include #include "aes_locl.h" +#ifndef OPENSSL_FIPS + /* Te0[x] = S [x].[02, 01, 01, 03]; Te1[x] = S [x].[03, 02, 01, 01]; @@ -1255,3 +1258,4 @@ void AES_decrypt(const unsigned char *in, unsigned char *out, PUTU32(out + 12, s3); } +#endif /* ndef OPENSSL_FIPS */