Link libfreeradius-server against openssl to that linker can include version of SSLea...
[freeradius.git] / src / main / libfreeradius-server.mk
index 7c43722..230bd16 100644 (file)
@@ -13,3 +13,6 @@ SOURCES       :=      conffile.c \
                version.c \
                pair.c \
                xlat.c
+
+# This lets the linker determine which version of the SSLeay functions to use.
+TGT_LDLIBS      := $(OPENSSL_LIBS)