summaryrefslogtreecommitdiffstats
path: root/lib/libcrypto/engine/engine.h
diff options
context:
space:
mode:
authorreyk <reyk@openbsd.org>2014-04-14 14:56:01 +0000
committerreyk <reyk@openbsd.org>2014-04-14 14:56:01 +0000
commitd382f1d6942ea73e76e0358f7debd7d615ed2fee (patch)
tree9ad33a2367394dfd0c582f42dd7aeb056fb9a4db /lib/libcrypto/engine/engine.h
parentFirst pass at applying KNF to the OpenSSL code, which almost makes it (diff)
downloadwireguard-openbsd-d382f1d6942ea73e76e0358f7debd7d615ed2fee.tar.xz
wireguard-openbsd-d382f1d6942ea73e76e0358f7debd7d615ed2fee.zip
Remove the CAPI engine: It is a backend for the Windows CryptoAPI and
could be maintained in an external package. "it should probably go" beck@
Diffstat (limited to 'lib/libcrypto/engine/engine.h')
-rw-r--r--lib/libcrypto/engine/engine.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/libcrypto/engine/engine.h b/lib/libcrypto/engine/engine.h
index 51a18f3ee26..9f05b6d8f4a 100644
--- a/lib/libcrypto/engine/engine.h
+++ b/lib/libcrypto/engine/engine.h
@@ -317,7 +317,6 @@ void ENGINE_load_openssl(void);
void ENGINE_load_dynamic(void);
#ifndef OPENSSL_NO_STATIC_ENGINE
void ENGINE_load_padlock(void);
-void ENGINE_load_capi(void);
#ifndef OPENSSL_NO_GMP
void ENGINE_load_gmp(void);
#endif