From 441e9206b5769ae9c86efd36e95b30a67886c843 Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Fri, 7 Dec 2007 19:59:27 -0500 Subject: We need the OpenSSL Crypto lib for the DES and MD4 functions to generate NT and LM hashes. --- ipa-server/ipa-slapi-plugins/ipa-pwd-extop/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ipa-server/ipa-slapi-plugins') diff --git a/ipa-server/ipa-slapi-plugins/ipa-pwd-extop/Makefile.am b/ipa-server/ipa-slapi-plugins/ipa-pwd-extop/Makefile.am index 0f266d621..fea48fdd7 100644 --- a/ipa-server/ipa-slapi-plugins/ipa-pwd-extop/Makefile.am +++ b/ipa-server/ipa-slapi-plugins/ipa-pwd-extop/Makefile.am @@ -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) -- cgit