wolfssl: Add wolfSSL plugin for cryptographic implementations

This commit is contained in:
Sean Parkinson
2019-04-24 11:40:14 +02:00
committed by Tobias Brunner
parent 6a995a63f5
commit c92eade82c
41 changed files with 7305 additions and 5 deletions
+7
View File
@@ -558,6 +558,13 @@ if MONOLITHIC
endif
endif
if USE_WOLFSSL
SUBDIRS += plugins/wolfssl
if MONOLITHIC
libstrongswan_la_LIBADD += plugins/wolfssl/libstrongswan-wolfssl.la
endif
endif
if USE_GCRYPT
SUBDIRS += plugins/gcrypt
if MONOLITHIC