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/des/des.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/lib/libcrypto/des/des.h') diff --git a/src/lib/libcrypto/des/des.h b/src/lib/libcrypto/des/des.h index ef2ecb4d03..bc5d35f37d 100644 --- a/src/lib/libcrypto/des/des.h +++ b/src/lib/libcrypto/des/des.h @@ -1,4 +1,4 @@ -/* $OpenBSD: des.h,v 1.20 2023/07/08 07:11:07 beck Exp $ */ +/* $OpenBSD: des.h,v 1.21 2023/07/31 05:04:06 tb Exp $ */ /* Copyright (C) 1995-1997 Eric Young (eay@cryptsoft.com) * All rights reserved. * @@ -107,7 +107,6 @@ typedef struct DES_ks { extern int DES_check_key; /* defaults to false */ extern int DES_rw_mode; /* defaults to DES_PCBC_MODE */ -const char *DES_options(void); void DES_ecb3_encrypt(const_DES_cblock *input, DES_cblock *output, DES_key_schedule *ks1, DES_key_schedule *ks2, DES_key_schedule *ks3, int enc); -- cgit v1.2.3-55-g6feb