projects
/
curl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4a23986
)
openssl: fix build with BoringSSL
author
Daniel Stenberg
<daniel@haxx.se>
Wed, 17 Jun 2015 22:06:46 +0000
(
00:06
+0200)
committer
Daniel Stenberg
<daniel@haxx.se>
Wed, 17 Jun 2015 22:06:46 +0000
(
00:06
+0200)
OPENSSL_load_builtin_modules does not exist in BoringSSL. Regression
from
cae43a1
lib/vtls/openssl.c
patch
|
blob
|
history
diff --git
a/lib/vtls/openssl.c
b/lib/vtls/openssl.c
index 872829a002b3099d3cf97b530b4f63682918ecbb..e841936169bef67108dc14194933b1c8661b14cb 100644
(file)
--- a/
lib/vtls/openssl.c
+++ b/
lib/vtls/openssl.c
@@
-136,6
+136,11
@@
#define CONF_modules_load_file(a,b,c)
#endif
+#ifdef OPENSSL_IS_BORINGSSL
+/* not present in BoringSSL */
+#define OPENSSL_load_builtin_modules(x)
+#endif
+
/*
* Number of bytes to read from the random number seed file. This must be
* a finite value (because some entropy "files" like /dev/urandom have