libsimaka provides cryptographic functionality used in EAP-SIM and EAP-AKA

This commit is contained in:
Martin Willi
2009-11-12 10:33:58 +01:00
parent ac4dd5439b
commit 55916dcc9e
3 changed files with 262 additions and 1 deletions
+2 -1
View File
@@ -2,5 +2,6 @@
INCLUDES = -I$(top_srcdir)/src/libstrongswan -I$(top_srcdir)/src/charon
noinst_LIBRARIES = libsimaka.a
libsimaka_a_SOURCES = simaka_message.h simaka_message.c
libsimaka_a_SOURCES = simaka_message.h simaka_message.c \
simaka_crypto.h simaka_crypto.c