Moved CRL/OCSP checking to a dedicated plugin called revocation
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
|
||||
INCLUDES = -I$(top_srcdir)/src/libstrongswan
|
||||
|
||||
AM_CFLAGS = -rdynamic
|
||||
|
||||
if MONOLITHIC
|
||||
noinst_LTLIBRARIES = libstrongswan-revocation.la
|
||||
else
|
||||
plugin_LTLIBRARIES = libstrongswan-revocation.la
|
||||
endif
|
||||
|
||||
libstrongswan_revocation_la_SOURCES = \
|
||||
revocation_plugin.h revocation_plugin.c \
|
||||
revocation_validator.h revocation_validator.c
|
||||
|
||||
libstrongswan_revocation_la_LDFLAGS = -module -avoid-version
|
||||
Reference in New Issue
Block a user