Adding OpenSSL random number functions to openssl plugin

This commit is contained in:
Aleksandr Grinberg
2012-06-25 16:35:05 +02:00
committed by Tobias Brunner
parent 7beb31aae4
commit 4faece7b1e
4 changed files with 159 additions and 1 deletions
@@ -22,7 +22,8 @@ libstrongswan_openssl_la_SOURCES = \
openssl_ec_private_key.c openssl_ec_private_key.h \
openssl_ec_public_key.c openssl_ec_public_key.h \
openssl_x509.c openssl_x509.h \
openssl_crl.c openssl_crl.h
openssl_crl.c openssl_crl.h \
openssl_rng.c openssl_rng.h
libstrongswan_openssl_la_LDFLAGS = -module -avoid-version
libstrongswan_openssl_la_LIBADD = -lcrypto