diff options
-rw-r--r-- | src/charon-tkm/Makefile.am | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/src/charon-tkm/Makefile.am b/src/charon-tkm/Makefile.am index 0f4f51853..515a40571 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 |