Hi Friends,

Kindly look at the following snippet of the Makefile.
.......
.......

KRB4_LIBS =

KRB5_LIBS =

KRB_LIBS =

SASL_LIBS =

*TLS_LIBS = -lssl -lcrypto*

AUTH_LIBS =

*SECURITY_LIBS = $(SASL_LIBS) $(KRB_LIBS) $(TLS_LIBS) $(AUTH_LIBS)*

.....

....



After this, nowhere the SECURITY_LIBS  or TLS_LIBS is used in the make file.
Then how the libraries -lssl and -lcrypto are linked with openLDAP build
procedure?

Any kind of clarification is hugely appreciated.



Thanks and regards,

dinesh.

Reply via email to