starter: Remove IPsec stack detection

Checking specifically for /proc/net/pfkey is not ideal as af_key will
eventually be removed in Linux kernels.  Support for KLIPS is long gone.
The detection also wasn't used for anything anymore (failures were just
ignored since the ports to BSD-based systems).  And modprobing doesn't seem
to be necessary either (charon-systemd doesn't do that, for instance).
This commit is contained in:
Tobias Brunner
2019-05-07 11:13:03 +02:00
parent c7a0b39bd6
commit ba817d2917
8 changed files with 2 additions and 195 deletions
+1 -2
View File
@@ -6,8 +6,7 @@ starter_SOURCES := \
starter.c files.h \
parser/parser.c parser/lexer.c parser/conf_parser.c parser/conf_parser.h \
args.c args.h confread.c confread.h keywords.c keywords.h cmp.c cmp.h \
invokecharon.c invokecharon.h starterstroke.c starterstroke.h \
netkey.c netkey.h klips.c klips.h
invokecharon.c invokecharon.h starterstroke.c starterstroke.h
LOCAL_SRC_FILES := $(filter %.c,$(starter_SOURCES))