Use simple wrappers for HMAC based PRF and signer in openssl plugin

This commit is contained in:
Tobias Brunner
2012-06-25 16:35:06 +02:00
parent 63420c6e13
commit 73d032e412
8 changed files with 135 additions and 565 deletions
@@ -24,9 +24,7 @@ libstrongswan_openssl_la_SOURCES = \
openssl_x509.c openssl_x509.h \
openssl_crl.c openssl_crl.h \
openssl_rng.c openssl_rng.h \
openssl_hmac.c openssl_hmac.h \
openssl_hmac_prf.c openssl_hmac_prf.h \
openssl_hmac_signer.c openssl_hmac_signer.h
openssl_hmac.c openssl_hmac.h
libstrongswan_openssl_la_LDFLAGS = -module -avoid-version
libstrongswan_openssl_la_LIBADD = -lcrypto