added a wrapper plugin for OpenSSL crypters (AES, 3DES, Blowfish etc.)

This commit is contained in:
Tobias Brunner
2008-04-28 14:25:19 +00:00
parent 1da06b295f
commit 17353034f3
7 changed files with 460 additions and 0 deletions
@@ -0,0 +1,13 @@
INCLUDES = -I$(top_srcdir)/src/libstrongswan
AM_CFLAGS = -rdynamic
plugin_LTLIBRARIES = libstrongswan-openssl.la
libstrongswan_openssl_la_SOURCES = openssl_plugin.h openssl_plugin.c \
openssl_crypter.c openssl_crypter.h
libstrongswan_openssl_la_LDFLAGS = -module
libstrongswan_openssl_la_LIBADD = -lssl