Do not define crypt() on OpenBSD. Notified by Bob Beck of OpenBSD.
This commit is contained in:
parent
cce9396dc9
commit
40c5cae24a
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue