openssl: Check and link against libeay32 instead of libcrypto on Windows
Most Windows OpenSSL builds come with the crypto library named libeay32.
This commit is contained in:
@@ -32,4 +32,4 @@ libstrongswan_openssl_la_SOURCES = \
|
||||
openssl_gcm.c openssl_gcm.h
|
||||
|
||||
libstrongswan_openssl_la_LDFLAGS = -module -avoid-version
|
||||
libstrongswan_openssl_la_LIBADD = -lcrypto
|
||||
libstrongswan_openssl_la_LIBADD = $(OPENSSL_LIB)
|
||||
|
||||
Reference in New Issue
Block a user