diff options
Diffstat (limited to 'src/lib/libcrypto/des/cfb64ede.c')
-rw-r--r-- | src/lib/libcrypto/des/cfb64ede.c | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/src/lib/libcrypto/des/cfb64ede.c b/src/lib/libcrypto/des/cfb64ede.c index 0b5c7d6249..6d4d287775 100644 --- a/src/lib/libcrypto/des/cfb64ede.c +++ b/src/lib/libcrypto/des/cfb64ede.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: cfb64ede.c,v 1.8 2014/10/28 07:35:58 jsg Exp $ */ | 1 | /* $OpenBSD: cfb64ede.c,v 1.9 2015/02/07 13:19:15 doug Exp $ */ |
2 | /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) | 2 | /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) |
3 | * All rights reserved. | 3 | * All rights reserved. |
4 | * | 4 | * |
@@ -132,15 +132,6 @@ void DES_ede3_cfb64_encrypt(const unsigned char *in, unsigned char *out, | |||
132 | *num=n; | 132 | *num=n; |
133 | } | 133 | } |
134 | 134 | ||
135 | #ifdef undef /* MACRO */ | ||
136 | void DES_ede2_cfb64_encrypt(unsigned char *in, unsigned char *out, long length, | ||
137 | DES_key_schedule ks1, DES_key_schedule ks2, DES_cblock (*ivec), | ||
138 | int *num, int enc) | ||
139 | { | ||
140 | DES_ede3_cfb64_encrypt(in,out,length,ks1,ks2,ks1,ivec,num,enc); | ||
141 | } | ||
142 | #endif | ||
143 | |||
144 | /* This is compatible with the single key CFB-r for DES, even thought that's | 135 | /* This is compatible with the single key CFB-r for DES, even thought that's |
145 | * not what EVP needs. | 136 | * not what EVP needs. |
146 | */ | 137 | */ |