Skip to content
Snippets Groups Projects
Commit 52fad51d authored by Peter Marschall's avatar Peter Marschall Committed by Quanah Gibson-Mount
Browse files

ITS#8628 - contrib/passwd/pbkdf2: new Makefile variables SSL_LIB & SSL_INC

parent a5b8a41c
No related branches found
No related tags found
No related merge requests found
......@@ -12,8 +12,11 @@ CC = gcc
OPT = -g -O2 -Wall
#DEFS = -DSLAPD_PBKDF2_DEBUG
INCS = $(LDAP_INC)
LIBS = $(LDAP_LIB) -lcrypto
SSL_INC =
SSL_LIB = -lcrypto
INCS = $(LDAP_INC) $(SSL_INC)
LIBS = $(LDAP_LIB) $(SSL_LIB)
PROGRAMS = pw-pbkdf2.la
MANPAGES = slapd-pw-pbkdf2.5
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment