diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/libstrongswan/plugins/openssl/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstrongswan/plugins/openssl/Makefile.am b/src/libstrongswan/plugins/openssl/Makefile.am index b2bb03f36..e48057b1f 100644 --- a/src/libstrongswan/plugins/openssl/Makefile.am +++ b/src/libstrongswan/plugins/openssl/Makefile.am @@ -14,5 +14,5 @@ libstrongswan_openssl_la_SOURCES = openssl_plugin.h openssl_plugin.c \ openssl_ec_diffie_hellman.c openssl_ec_diffie_hellman.h libstrongswan_openssl_la_LDFLAGS = -module -libstrongswan_openssl_la_LIBADD = -lssl +libstrongswan_openssl_la_LIBADD = -lcrypto |