From 859ceeeb5174ce50842112c05230cebb59702e83 Mon Sep 17 00:00:00 2001 From: Andy Polyakov Date: Sun, 18 Jul 2004 17:26:01 +0000 Subject: Anchor AES and SHA-256/-512 assembler from C. --- crypto/aes/aes_core.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'crypto/aes/aes_core.c') diff --git a/crypto/aes/aes_core.c b/crypto/aes/aes_core.c index 2f41a825f8..29e41edd10 100644 --- a/crypto/aes/aes_core.c +++ b/crypto/aes/aes_core.c @@ -873,6 +873,7 @@ int AES_set_decrypt_key(const unsigned char *userKey, const int bits, return 0; } +#ifndef AES_ASM /* * Encrypt a single block * in and out can overlap @@ -1255,3 +1256,4 @@ void AES_decrypt(const unsigned char *in, unsigned char *out, PUTU32(out + 12, s3); } +#endif /* AES_ASM */ -- cgit v1.2.3