From dc6989fcceeb8a299b2364670053a568ea83d2ff Mon Sep 17 00:00:00 2001 From: tb <> Date: Mon, 31 Jul 2023 05:04:06 +0000 Subject: Remove more *_options() stuff The public symbols were removed. Some prototypes and in the case of DES even the implementation remained. ok jsing --- src/lib/libcrypto/aes/aes.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/lib/libcrypto/aes/aes.h') 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 @@ -/* $OpenBSD: aes.h,v 1.14 2014/07/09 09:10:07 miod Exp $ */ +/* $OpenBSD: aes.h,v 1.15 2023/07/31 05:04:06 tb Exp $ */ /* ==================================================================== * Copyright (c) 1998-2002 The OpenSSL Project. All rights reserved. * @@ -79,8 +79,6 @@ struct aes_key_st { }; typedef struct aes_key_st AES_KEY; -const char *AES_options(void); - int AES_set_encrypt_key(const unsigned char *userKey, const int bits, AES_KEY *key); int AES_set_decrypt_key(const unsigned char *userKey, const int bits, -- cgit v1.2.3-55-g6feb