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
+1 -1
View File
@@ -13,7 +13,7 @@ AM_CPPFLAGS = \
-I$(top_srcdir)/src/libstrongswan \
-I$(top_srcdir)/src/libtncif \
-I$(top_srcdir)/src/libimcv \
-DPLUGINS=\""random openssl sqlite curl"\"
-DPLUGINS=\""random openssl wolfssl sqlite curl"\"
AM_CFLAGS = $(json_CFLAGS)