diff options
author | Reto Buerki <reet@codelabs.ch> | 2013-01-29 10:28:38 +0100 |
---|---|---|
committer | Tobias Brunner <tobias@strongswan.org> | 2013-03-19 15:23:51 +0100 |
commit | 1b22565ba5364ef4b6b6483c49ddd1c0632b8c08 (patch) | |
tree | 2390d0fd5142badd9c44c5dada8ea32efca3debb /src | |
parent | 8484f2bc5c89ee909e999bd5363229cd23b75eb6 (diff) | |
download | strongswan-1b22565ba5364ef4b6b6483c49ddd1c0632b8c08.tar.bz2 strongswan-1b22565ba5364ef4b6b6483c49ddd1c0632b8c08.tar.xz |
Switch to openssl plugin
Diffstat (limited to 'src')
-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 |