summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/des/des.h
diff options
context:
space:
mode:
authortb <>2023-07-31 05:04:06 +0000
committertb <>2023-07-31 05:04:06 +0000
commit2ba777b8828dfdfc3a7a4c7048e55ea4cb4b4b66 (patch)
treede34abc6e618c5cff9f84c79d2cebc3f90d1c75b /src/lib/libcrypto/des/des.h
parent991a4fd1cbb1ae03ca9dd7670eebac91d5e52c07 (diff)
downloadopenbsd-2ba777b8828dfdfc3a7a4c7048e55ea4cb4b4b66.tar.gz
openbsd-2ba777b8828dfdfc3a7a4c7048e55ea4cb4b4b66.tar.bz2
openbsd-2ba777b8828dfdfc3a7a4c7048e55ea4cb4b4b66.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/des/des.h')
-rw-r--r--src/lib/libcrypto/des/des.h3
1 files changed, 1 insertions, 2 deletions
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 @@
1/* $OpenBSD: des.h,v 1.20 2023/07/08 07:11:07 beck Exp $ */ 1/* $OpenBSD: des.h,v 1.21 2023/07/31 05:04:06 tb Exp $ */
2/* Copyright (C) 1995-1997 Eric Young (eay@cryptsoft.com) 2/* Copyright (C) 1995-1997 Eric Young (eay@cryptsoft.com)
3 * All rights reserved. 3 * All rights reserved.
4 * 4 *
@@ -107,7 +107,6 @@ typedef struct DES_ks {
107extern int DES_check_key; /* defaults to false */ 107extern int DES_check_key; /* defaults to false */
108extern int DES_rw_mode; /* defaults to DES_PCBC_MODE */ 108extern int DES_rw_mode; /* defaults to DES_PCBC_MODE */
109 109
110const char *DES_options(void);
111void DES_ecb3_encrypt(const_DES_cblock *input, DES_cblock *output, 110void DES_ecb3_encrypt(const_DES_cblock *input, DES_cblock *output,
112 DES_key_schedule *ks1, DES_key_schedule *ks2, 111 DES_key_schedule *ks1, DES_key_schedule *ks2,
113 DES_key_schedule *ks3, int enc); 112 DES_key_schedule *ks3, int enc);