diff options
| author | tb <> | 2023-07-31 05:04:06 +0000 |
|---|---|---|
| committer | tb <> | 2023-07-31 05:04:06 +0000 |
| commit | dc6989fcceeb8a299b2364670053a568ea83d2ff (patch) | |
| tree | de34abc6e618c5cff9f84c79d2cebc3f90d1c75b /src/lib/libcrypto/aes | |
| parent | ac284d0a8a14d1a793bb65dfb2d65c8a87966bb0 (diff) | |
| download | openbsd-dc6989fcceeb8a299b2364670053a568ea83d2ff.tar.gz openbsd-dc6989fcceeb8a299b2364670053a568ea83d2ff.tar.bz2 openbsd-dc6989fcceeb8a299b2364670053a568ea83d2ff.zip | |
Remove more *_options() stuff
The public symbols were removed. Some prototypes and in the case of DES
even the implementation remained.
ok jsing
Diffstat (limited to 'src/lib/libcrypto/aes')
| -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, |
