diff options
author | 2014-04-14 09:50:21 +0000 | |
---|---|---|
committer | 2014-04-14 09:50:21 +0000 | |
commit | 1dcc05757a8a97904eff9edf202995d98403730a (patch) | |
tree | 47420d64731359daf6824809f1ef454bf3ace47e /lib/libssl/src | |
parent | Remove the nCipher CHIL engine. It is not standalone and depends on (diff) | |
download | wireguard-openbsd-1dcc05757a8a97904eff9edf202995d98403730a.tar.xz wireguard-openbsd-1dcc05757a8a97904eff9edf202995d98403730a.zip |
Unlist previously removed chil engine from LIBNAMES
Diffstat (limited to 'lib/libssl/src')
-rw-r--r-- | lib/libssl/src/engines/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libssl/src/engines/Makefile b/lib/libssl/src/engines/Makefile index d1e0a41db0f..4127be1d90e 100644 --- a/lib/libssl/src/engines/Makefile +++ b/lib/libssl/src/engines/Makefile @@ -26,7 +26,7 @@ TEST= APPS= LIB=$(TOP)/libcrypto.a -LIBNAMES= gmp chil nuron padlock capi +LIBNAMES= gmp nuron padlock capi LIBSRC= e_gmp.c \ e_nuron.c \ |