diff options
Diffstat (limited to 'src/lib/libcrypto/aes/aes.h')
-rw-r--r-- | src/lib/libcrypto/aes/aes.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/lib/libcrypto/aes/aes.h b/src/lib/libcrypto/aes/aes.h index c904485d8f..702873e11c 100644 --- a/src/lib/libcrypto/aes/aes.h +++ b/src/lib/libcrypto/aes/aes.h | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: aes.h,v 1.14 2014/07/09 09:10:07 miod Exp $ */ | 1 | /* $OpenBSD: aes.h,v 1.15 2023/07/31 05:04:06 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 | * |
@@ -79,8 +79,6 @@ struct aes_key_st { | |||
79 | }; | 79 | }; |
80 | typedef struct aes_key_st AES_KEY; | 80 | typedef struct aes_key_st AES_KEY; |
81 | 81 | ||
82 | const char *AES_options(void); | ||
83 | |||
84 | int AES_set_encrypt_key(const unsigned char *userKey, const int bits, | 82 | int AES_set_encrypt_key(const unsigned char *userKey, const int bits, |
85 | AES_KEY *key); | 83 | AES_KEY *key); |
86 | int AES_set_decrypt_key(const unsigned char *userKey, const int bits, | 84 | int AES_set_decrypt_key(const unsigned char *userKey, const int bits, |