diff options
Diffstat (limited to 'src/lib/libcrypto/des/des_old.h')
-rw-r--r-- | src/lib/libcrypto/des/des_old.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libcrypto/des/des_old.h b/src/lib/libcrypto/des/des_old.h index 3778f93c15..51b987422a 100644 --- a/src/lib/libcrypto/des/des_old.h +++ b/src/lib/libcrypto/des/des_old.h | |||
@@ -173,7 +173,7 @@ typedef struct _ossl_old_des_ks_struct | |||
173 | DES_fcrypt((b),(s),(r)) | 173 | DES_fcrypt((b),(s),(r)) |
174 | #define des_crypt(b,s)\ | 174 | #define des_crypt(b,s)\ |
175 | DES_crypt((b),(s)) | 175 | DES_crypt((b),(s)) |
176 | #if !defined(PERL5) && !defined(__FreeBSD__) && !defined(NeXT) | 176 | #if !defined(PERL5) && !defined(__FreeBSD__) && !defined(NeXT) && !defined(__OpenBSD__) |
177 | #define crypt(b,s)\ | 177 | #define crypt(b,s)\ |
178 | DES_crypt((b),(s)) | 178 | DES_crypt((b),(s)) |
179 | #endif | 179 | #endif |
@@ -366,7 +366,7 @@ int _ossl_old_des_enc_write(int fd,char *buf,int len,_ossl_old_des_key_schedule | |||
366 | _ossl_old_des_cblock *iv); | 366 | _ossl_old_des_cblock *iv); |
367 | char *_ossl_old_des_fcrypt(const char *buf,const char *salt, char *ret); | 367 | char *_ossl_old_des_fcrypt(const char *buf,const char *salt, char *ret); |
368 | char *_ossl_old_des_crypt(const char *buf,const char *salt); | 368 | char *_ossl_old_des_crypt(const char *buf,const char *salt); |
369 | #if !defined(PERL5) && !defined(__FreeBSD__) && !defined(NeXT) | 369 | #if !defined(PERL5) && !defined(NeXT) |
370 | char *_ossl_old_crypt(const char *buf,const char *salt); | 370 | char *_ossl_old_crypt(const char *buf,const char *salt); |
371 | #endif | 371 | #endif |
372 | void _ossl_old_des_ofb_encrypt(unsigned char *in,unsigned char *out, | 372 | void _ossl_old_des_ofb_encrypt(unsigned char *in,unsigned char *out, |