From 1b22565ba5364ef4b6b6483c49ddd1c0632b8c08 Mon Sep 17 00:00:00 2001 From: Reto Buerki Date: Tue, 29 Jan 2013 10:28:38 +0100 Subject: [PATCH] Switch to openssl plugin --- src/charon-tkm/Makefile.am | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/src/charon-tkm/Makefile.am b/src/charon-tkm/Makefile.am index 0f4f51853e..515a405710 100644 --- a/src/charon-tkm/Makefile.am +++ b/src/charon-tkm/Makefile.am @@ -23,18 +23,11 @@ BUILD_OPTS = \ # plugins to enable PLUGINS = \ - aes \ - constraints \ - hmac \ kernel-netlink \ pem \ pkcs1 \ - pkcs8 \ - random \ - sha1 \ - sha2 \ socket-default \ - x509 \ + openssl \ stroke all: build_charon -- 2.47.2