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:
authorDavid Benjamin <davidben@chromium.org>2015-04-15 23:46:09 +0300
committerAdam Langley <agl@google.com>2015-04-16 02:27:22 +0300
commit546f1a59ef24798defa0c94df5f0040c5be54b42 (patch)
tree4c78485adcbdd95ea0b596e93650987823ff24e7 /crypto/bio
parentb857ffe62925f0d76d658177c26ab8c4c1340b95 (diff)
Unexpose the generic ex_data functions.
Callers are required to use the wrappers now. They still need OPENSSL_EXPORT since crypto and ssl get built separately in the standalone shared library build. Change-Id: I61186964e6099b9b589c4cd45b8314dcb2210c89 Reviewed-on: https://boringssl-review.googlesource.com/4372 Reviewed-by: Adam Langley <agl@google.com>
Diffstat (limited to 'crypto/bio')
-rw-r--r--crypto/bio/bio.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/crypto/bio/bio.c b/crypto/bio/bio.c
index be3cc215..9b7120b8 100644
--- a/crypto/bio/bio.c
+++ b/crypto/bio/bio.c
@@ -64,6 +64,8 @@
#include <openssl/mem.h>
#include <openssl/thread.h>
+#include "../internal.h"
+
/* BIO_set initialises a BIO structure to have the given type and sets the
* reference count to one. It returns one on success or zero on error. */