Add a rdrand plugin stub detecting availability of RDRAND instructions

This commit is contained in:
Martin Willi
2013-01-11 10:45:14 +01:00
parent 0e0870aef7
commit ed8dc6f132
5 changed files with 187 additions and 0 deletions
+7
View File
@@ -204,6 +204,13 @@ if MONOLITHIC
endif
endif
if USE_RDRAND
SUBDIRS += plugins/rdrand
if MONOLITHIC
libstrongswan_la_LIBADD += plugins/rdrand/libstrongswan-rdrand.la
endif
endif
if USE_RANDOM
SUBDIRS += plugins/random
if MONOLITHIC