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/bn/bn.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/lib/libcrypto/bn/bn.h') diff --git a/src/lib/libcrypto/bn/bn.h b/src/lib/libcrypto/bn/bn.h index 62c85d1855..e00953ea2c 100644 --- a/src/lib/libcrypto/bn/bn.h +++ b/src/lib/libcrypto/bn/bn.h @@ -1,4 +1,4 @@ -/* $OpenBSD: bn.h,v 1.74 2023/07/28 10:07:30 tb Exp $ */ +/* $OpenBSD: bn.h,v 1.75 2023/07/31 05:04:06 tb Exp $ */ /* Copyright (C) 1995-1997 Eric Young (eay@cryptsoft.com) * All rights reserved. * @@ -318,7 +318,6 @@ void BN_zero(BIGNUM *a); int BN_one(BIGNUM *a); const BIGNUM *BN_value_one(void); -char * BN_options(void); BN_CTX *BN_CTX_new(void); void BN_CTX_free(BN_CTX *c); void BN_CTX_start(BN_CTX *ctx); -- cgit v1.2.3-55-g6feb