Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/boringssl.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Langley <agl@google.com>2016-07-12 20:26:56 +0300
committerDavid Benjamin <davidben@google.com>2016-07-12 20:54:41 +0300
commit27516f7c9762c2b21ff4add87aa5b7ac41237575 (patch)
tree7d04e41240cf748c10c71a1848b5cca5f9bca7b0 /include
parentea9a0d5313f4244f2765e02d762788c1cb9be72a (diff)
Add no-op function ENGINE_register_all_complete.
libssh2 expects this function. Change-Id: Ie2d6ceb25d1b633e1363e82f8a6c187b75a4319f Reviewed-on: https://boringssl-review.googlesource.com/8735 Reviewed-by: David Benjamin <davidben@google.com>
Diffstat (limited to 'include')
-rw-r--r--include/openssl/crypto.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/openssl/crypto.h b/include/openssl/crypto.h
index 80d71969..3a7e6b1b 100644
--- a/include/openssl/crypto.h
+++ b/include/openssl/crypto.h
@@ -77,6 +77,9 @@ OPENSSL_EXPORT int CRYPTO_malloc_init(void);
/* ENGINE_load_builtin_engines does nothing. */
OPENSSL_EXPORT void ENGINE_load_builtin_engines(void);
+/* ENGINE_register_all_complete returns one. */
+OPENSSL_EXPORT int ENGINE_register_all_complete(void);
+
/* OPENSSL_load_builtin_modules does nothing. */
OPENSSL_EXPORT void OPENSSL_load_builtin_modules(void);