We need the OpenSSL Crypto lib for the DES and MD4 functions to generate NT

and LM hashes.
This commit is contained in:
Simo Sorce
2007-12-07 19:59:27 -05:00
parent 647063253e
commit 441e9206b5
2 changed files with 12 additions and 0 deletions

View File

@@ -11,6 +11,7 @@ INCLUDES = \
$(MOZLDAP_CFLAGS) \
$(LDAP_CFLAGS) \
$(KRB5_CFLAGS) \
$(SSL_CFLAGS) \
$(WARN_CFLAGS) \
$(NULL)
@@ -27,6 +28,7 @@ libipa_pwd_extop_la_LDFLAGS = -avoid-version
libipa_pwd_extop_la_LIBADD = \
$(KRB5_LIBS) \
$(SSL_LIBS) \
$(MOZLDAP_LIBS) \
$(NULL)