Implemented a ccm plugin providing CCM mode based on CBC crypters
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
|
||||
INCLUDES = -I$(top_srcdir)/src/libstrongswan
|
||||
|
||||
AM_CFLAGS = -rdynamic
|
||||
|
||||
if MONOLITHIC
|
||||
noinst_LTLIBRARIES = libstrongswan-ccm.la
|
||||
else
|
||||
plugin_LTLIBRARIES = libstrongswan-ccm.la
|
||||
endif
|
||||
|
||||
libstrongswan_ccm_la_SOURCES = \
|
||||
ccm_plugin.h ccm_plugin.c \
|
||||
ccm_aead.h ccm_aead.c
|
||||
|
||||
libstrongswan_ccm_la_LDFLAGS = -module -avoid-version
|
||||
Reference in New Issue
Block a user