From 27516f7c9762c2b21ff4add87aa5b7ac41237575 Mon Sep 17 00:00:00 2001 From: Adam Langley Date: Tue, 12 Jul 2016 10:26:56 -0700 Subject: 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 --- include/openssl/crypto.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include') 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); -- cgit v1.2.3