openssl: Provide AES-GCM implementation

This commit is contained in:
Tobias Brunner
2013-02-28 18:17:42 +01:00
parent a89ebab62e
commit 81f9cd39fd
4 changed files with 312 additions and 1 deletions
@@ -25,7 +25,8 @@ libstrongswan_openssl_la_SOURCES = \
openssl_crl.c openssl_crl.h \
openssl_pkcs7.c openssl_pkcs7.h \
openssl_rng.c openssl_rng.h \
openssl_hmac.c openssl_hmac.h
openssl_hmac.c openssl_hmac.h \
openssl_gcm.c openssl_gcm.h
libstrongswan_openssl_la_LDFLAGS = -module -avoid-version
libstrongswan_openssl_la_LIBADD = -lcrypto