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@chromium.org>2014-08-19 22:23:35 +0400
committerAdam Langley <agl@google.com>2014-08-19 23:01:50 +0400
commitf6faa4b7105981ea8f9b29f2b2f7c83fbce1f0c4 (patch)
tree50e96afbbd33aab7e866eda639ff680863279975 /include/openssl/base64.h
parente7bf281be16331b66002b66cd2eebf7130ed5bb9 (diff)
Export some extra functions and values.
This change exports SSL_cutthrough_complete and EVP_EncodedLength (which were missed below) and also exports all ASN.1 "item" values because Android needs that. Change-Id: I6d10f935bb52ed6d682607a4016dd2b87758e3de Reviewed-on: https://boringssl-review.googlesource.com/1557 Reviewed-by: Adam Langley <agl@google.com>
Diffstat (limited to 'include/openssl/base64.h')
-rw-r--r--include/openssl/base64.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/openssl/base64.h b/include/openssl/base64.h
index 521004a8..de94d8ec 100644
--- a/include/openssl/base64.h
+++ b/include/openssl/base64.h
@@ -106,7 +106,7 @@ OPENSSL_EXPORT size_t
* to call |EVP_EncodeBlock| on an input of length |len|. This includes the
* final NUL that |EVP_EncodeBlock| writes. It returns one on success or zero
* on error. */
-int EVP_EncodedLength(size_t *out_len, size_t len);
+OPENSSL_EXPORT int EVP_EncodedLength(size_t *out_len, size_t len);
/* Decoding */