diff options
author | reyk <> | 2014-04-14 14:56:01 +0000 |
---|---|---|
committer | reyk <> | 2014-04-14 14:56:01 +0000 |
commit | d3910c1367564b24f9e9c39c8c338a03cce136b2 (patch) | |
tree | 332a88ab673eac8fb7565b6b2a6dce612d1c8e46 /src/lib/libcrypto/engine/engine.h | |
parent | ca57137abee001bf72d1eef59d6c401eb88fbb26 (diff) | |
download | openbsd-d3910c1367564b24f9e9c39c8c338a03cce136b2.tar.gz openbsd-d3910c1367564b24f9e9c39c8c338a03cce136b2.tar.bz2 openbsd-d3910c1367564b24f9e9c39c8c338a03cce136b2.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 'src/lib/libcrypto/engine/engine.h')
-rw-r--r-- | src/lib/libcrypto/engine/engine.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib/libcrypto/engine/engine.h b/src/lib/libcrypto/engine/engine.h index 51a18f3ee2..9f05b6d8f4 100644 --- a/src/lib/libcrypto/engine/engine.h +++ b/src/lib/libcrypto/engine/engine.h | |||
@@ -317,7 +317,6 @@ void ENGINE_load_openssl(void); | |||
317 | void ENGINE_load_dynamic(void); | 317 | void ENGINE_load_dynamic(void); |
318 | #ifndef OPENSSL_NO_STATIC_ENGINE | 318 | #ifndef OPENSSL_NO_STATIC_ENGINE |
319 | void ENGINE_load_padlock(void); | 319 | void ENGINE_load_padlock(void); |
320 | void ENGINE_load_capi(void); | ||
321 | #ifndef OPENSSL_NO_GMP | 320 | #ifndef OPENSSL_NO_GMP |
322 | void ENGINE_load_gmp(void); | 321 | void ENGINE_load_gmp(void); |
323 | #endif | 322 | #endif |