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-18 22:35:45 +0400
committerAdam Langley <agl@google.com>2014-08-19 22:20:09 +0400
commit214cd44283cb36538d04ad9db2ac2e5e7135b552 (patch)
tree97b58835b2940c549f2ecb99e2057eed86c22621 /include/openssl/bn.h
parente712778a7bfa65b971e9bbdc675f5abece108afd (diff)
Export BN_num_bits_word.
This function was missed when the OPENSSL_EXPORT tags were first added. Change-Id: Ia73555b8e7ca87f228a8ff9b281d7c401f1655a7 Reviewed-on: https://boringssl-review.googlesource.com/1553 Reviewed-by: David Benjamin <davidben@chromium.org> Reviewed-by: Adam Langley <agl@google.com>
Diffstat (limited to 'include/openssl/bn.h')
-rw-r--r--include/openssl/bn.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/openssl/bn.h b/include/openssl/bn.h
index d8aa2151..c9fba986 100644
--- a/include/openssl/bn.h
+++ b/include/openssl/bn.h
@@ -792,7 +792,7 @@ struct bn_mont_ctx_st {
int ri; /* number of bits in R */
};
-unsigned BN_num_bits_word(BN_ULONG l);
+OPENSSL_EXPORT unsigned BN_num_bits_word(BN_ULONG l);
#define BN_FLG_MALLOCED 0x01
#define BN_FLG_STATIC_DATA 0x02