diff options
Diffstat (limited to 'src/lib/libcrypto/aes/aes_local.h')
-rw-r--r-- | src/lib/libcrypto/aes/aes_local.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/lib/libcrypto/aes/aes_local.h b/src/lib/libcrypto/aes/aes_local.h index 3f134408c9..e0714df409 100644 --- a/src/lib/libcrypto/aes/aes_local.h +++ b/src/lib/libcrypto/aes/aes_local.h | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: aes_local.h,v 1.3 2024/03/27 11:15:44 jsing Exp $ */ | 1 | /* $OpenBSD: aes_local.h,v 1.4 2025/01/25 17:59:44 tb Exp $ */ |
2 | /* ==================================================================== | 2 | /* ==================================================================== |
3 | * Copyright (c) 1998-2002 The OpenSSL Project. All rights reserved. | 3 | * Copyright (c) 1998-2002 The OpenSSL Project. All rights reserved. |
4 | * | 4 | * |
@@ -54,10 +54,6 @@ | |||
54 | 54 | ||
55 | #include <openssl/opensslconf.h> | 55 | #include <openssl/opensslconf.h> |
56 | 56 | ||
57 | #ifdef OPENSSL_NO_AES | ||
58 | #error AES is disabled. | ||
59 | #endif | ||
60 | |||
61 | #include <stdio.h> | 57 | #include <stdio.h> |
62 | #include <stdlib.h> | 58 | #include <stdlib.h> |
63 | #include <string.h> | 59 | #include <string.h> |