mirror of
https://github.com/openssl/openssl.git
synced 2025-03-31 20:10:45 +08:00
Do not define crypt() on OpenBSD. Notified by Bob Beck of OpenBSD.
This commit is contained in:
parent
cce9396dc9
commit
40c5cae24a
@ -173,7 +173,7 @@ typedef struct _ossl_old_des_ks_struct
|
||||
DES_fcrypt((b),(s),(r))
|
||||
#define des_crypt(b,s)\
|
||||
DES_crypt((b),(s))
|
||||
#if !defined(PERL5) && !defined(__FreeBSD__) && !defined(NeXT)
|
||||
#if !defined(PERL5) && !defined(__FreeBSD__) && !defined(NeXT) && !defined(__OpenBSD__)
|
||||
#define crypt(b,s)\
|
||||
DES_crypt((b),(s))
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user