Do not define crypt() on OpenBSD. Notified by Bob Beck of OpenBSD.
This commit is contained in:
parent
8e10dea8ec
commit
0dfd83b9f4
@ -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