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/des/des.h | |
| 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/des/des.h')
| -rw-r--r-- | src/lib/libcrypto/des/des.h | 3 |
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 { | |||
| 107 | extern int DES_check_key; /* defaults to false */ | 107 | extern int DES_check_key; /* defaults to false */ |
| 108 | extern int DES_rw_mode; /* defaults to DES_PCBC_MODE */ | 108 | extern int DES_rw_mode; /* defaults to DES_PCBC_MODE */ |
| 109 | 109 | ||
| 110 | const char *DES_options(void); | ||
| 111 | void DES_ecb3_encrypt(const_DES_cblock *input, DES_cblock *output, | 110 | void 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); |
