Implemented the PRF_KEYED_SHA1 algorithm in the openssl plugin
This commit is contained in:
@@ -171,13 +171,6 @@ if MONOLITHIC
|
||||
endif
|
||||
endif
|
||||
|
||||
if USE_FIPS_PRF
|
||||
SUBDIRS += plugins/fips_prf
|
||||
if MONOLITHIC
|
||||
libstrongswan_la_LIBADD += plugins/fips_prf/libstrongswan-fips-prf.la
|
||||
endif
|
||||
endif
|
||||
|
||||
if USE_GMP
|
||||
SUBDIRS += plugins/gmp
|
||||
if MONOLITHIC
|
||||
@@ -304,6 +297,13 @@ if MONOLITHIC
|
||||
endif
|
||||
endif
|
||||
|
||||
if USE_FIPS_PRF
|
||||
SUBDIRS += plugins/fips_prf
|
||||
if MONOLITHIC
|
||||
libstrongswan_la_LIBADD += plugins/fips_prf/libstrongswan-fips-prf.la
|
||||
endif
|
||||
endif
|
||||
|
||||
if USE_AGENT
|
||||
SUBDIRS += plugins/agent
|
||||
if MONOLITHIC
|
||||
|
||||
Reference in New Issue
Block a user