plugin load configuration in strongswan.conf
some components accept a "component.load" option with a space separated list of plugins to load libcharon- plugins are now handled the same way as libstrongswan- plugins
This commit is contained in:
@@ -3,9 +3,9 @@ INCLUDES = -I$(top_srcdir)/src/libstrongswan -I$(top_srcdir)/src/charon
|
||||
|
||||
AM_CFLAGS = -rdynamic
|
||||
|
||||
plugin_LTLIBRARIES = libcharon-unit-tester.la
|
||||
plugin_LTLIBRARIES = libstrongswan-unit-tester.la
|
||||
|
||||
libcharon_unit_tester_la_SOURCES = unit_tester.c unit_tester.h \
|
||||
libstrongswan_unit_tester_la_SOURCES = unit_tester.c unit_tester.h \
|
||||
tests/test_enumerator.c \
|
||||
tests/test_auth_info.c \
|
||||
tests/test_fips_prf.c \
|
||||
@@ -17,5 +17,5 @@ libcharon_unit_tester_la_SOURCES = unit_tester.c unit_tester.h \
|
||||
tests/test_med_db.c \
|
||||
tests/test_aes.c \
|
||||
tests/test_chunk.c
|
||||
libcharon_unit_tester_la_LDFLAGS = -module
|
||||
libstrongswan_unit_tester_la_LDFLAGS = -module
|
||||
|
||||
|
||||
Reference in New Issue
Block a user