View | Details | Raw Unified | Return to bug 2112 | Differences between
and this patch

Collapse All | Expand All

(-)openbsd-compat/xcrypt.c (-1 / +8 lines)
Lines 55-61 Link Here
55
55
56
# if defined(HAVE_MD5_PASSWORDS) && !defined(HAVE_MD5_CRYPT)
56
# if defined(HAVE_MD5_PASSWORDS) && !defined(HAVE_MD5_CRYPT)
57
#  include "md5crypt.h"
57
#  include "md5crypt.h"
58
# endif 
58
# endif
59
60
# if defined(HAVE_OPENSSL)
61
#  include <openssl/des.h>
62
#  if !defined(HAVE_CRYPT_H)
63
#   define crypt DES_crypt
64
#  endif
65
# endif
59
66
60
char *
67
char *
61
xcrypt(const char *password, const char *salt)
68
xcrypt(const char *password, const char *salt)

Return to bug 2112