botan: Add Botan plugin to libstrongswan

This commit is contained in:
René Korthaus
2018-09-12 16:25:00 +02:00
committed by Tobias Brunner
parent 66c4735f99
commit af26cc4d85
29 changed files with 5250 additions and 0 deletions
+7
View File
@@ -565,6 +565,13 @@ if MONOLITHIC
endif
endif
if USE_BOTAN
SUBDIRS += plugins/botan
if MONOLITHIC
libstrongswan_la_LIBADD += plugins/botan/libstrongswan-botan.la
endif
endif
if USE_FIPS_PRF
SUBDIRS += plugins/fips_prf
if MONOLITHIC