added wrapper for OpenSSL hashers

This commit is contained in:
Tobias Brunner
2008-04-28 15:56:44 +00:00
parent a733b30276
commit 63cdbca211
4 changed files with 284 additions and 1 deletions
@@ -6,7 +6,8 @@ AM_CFLAGS = -rdynamic
plugin_LTLIBRARIES = libstrongswan-openssl.la
libstrongswan_openssl_la_SOURCES = openssl_plugin.h openssl_plugin.c \
openssl_crypter.c openssl_crypter.h
openssl_crypter.c openssl_crypter.h \
openssl_hasher.c openssl_hasher.h
libstrongswan_openssl_la_LDFLAGS = -module
libstrongswan_openssl_la_LIBADD = -lssl