aesni: Provide a plugin stub for AES-NI instruction based crypto primitives

This commit is contained in:
Martin Willi
2015-04-15 11:35:26 +02:00
parent 1ef6c0ef06
commit 78c04b5d4d
5 changed files with 152 additions and 0 deletions
+7
View File
@@ -296,6 +296,13 @@ if MONOLITHIC
endif
endif
if USE_AESNI
SUBDIRS += plugins/aesni
if MONOLITHIC
libstrongswan_la_LIBADD += plugins/aesni/libstrongswan-aesni.la
endif
endif
if USE_RANDOM
SUBDIRS += plugins/random
if MONOLITHIC