From 4177c9b4819e83225ee33b0b92cf9db6b8401850 Mon Sep 17 00:00:00 2001 From: David Benjamin Date: Tue, 26 Jan 2016 01:09:19 -0500 Subject: DO NOT MERGE: Add a few more no-op stubs for cURL compatibility. With these stubs, cURL should not need any BoringSSL #ifdefs at all, except for their OCSP #ifdefs (which can switch to the more generally useful OPENSSL_NO_OCSP) and the workaround for wincrypt.h macro collisions. That we intentionally leave to the consumer rather than add a partial hack that makes the build sensitive to include order. (I'll send them a patch upstream once this cycles in.) Reviewed-on: https://boringssl-review.googlesource.com/6980 Reviewed-by: Adam Langley (cherry picked from upstream commit e5aa791a1cbd70c64a5cadaae71eda8f6d5aa992) Change-Id: I65812be5cb37acd63d755b313162b7a03d130d98 --- src/crypto/crypto.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/crypto/crypto.c') diff --git a/src/crypto/crypto.c b/src/crypto/crypto.c index ace1c82..da8807d 100644 --- a/src/crypto/crypto.c +++ b/src/crypto/crypto.c @@ -138,3 +138,5 @@ int CRYPTO_malloc_init(void) { } void ENGINE_load_builtin_engines(void) {} + +void OPENSSL_load_builtin_modules(void) {} -- cgit v1.1