summaryrefslogtreecommitdiff
path: root/include/openssl
diff options
context:
space:
mode:
authorPauli <paul.dale@oracle.com>2020-07-14 10:25:38 +1000
committerRichard Levitte <levitte@openssl.org>2020-07-16 09:12:27 +0200
commit2d71c9468a338adaa5c78b9d4a1382ff8f106143 (patch)
treebe909a44ba3da1deaf7b620ebe90db86b3a74a45 /include/openssl
parent9bd8d96c390902ae3c0926c1d6c68521e48a7f7f (diff)
downloadopenssl-new-2d71c9468a338adaa5c78b9d4a1382ff8f106143.tar.gz
doc: document that the engine initialisation options are deprecated.
They can't be removed yet for API compatibility reasons. Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from https://github.com/openssl/openssl/pull/12226)
Diffstat (limited to 'include/openssl')
-rw-r--r--include/openssl/crypto.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/openssl/crypto.h b/include/openssl/crypto.h
index 33296b6ada..abd3a68cd4 100644
--- a/include/openssl/crypto.h
+++ b/include/openssl/crypto.h
@@ -434,7 +434,6 @@ int CRYPTO_memcmp(const void * in_a, const void * in_b, size_t len);
| OPENSSL_INIT_ENGINE_CRYPTODEV | OPENSSL_INIT_ENGINE_CAPI | \
OPENSSL_INIT_ENGINE_PADLOCK)
-
/* Library initialisation functions */
void OPENSSL_cleanup(void);
int OPENSSL_init_crypto(uint64_t opts, const OPENSSL_INIT_SETTINGS *settings);