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@google.com>2016-06-16 00:24:20 +0300
committerAdam Langley <agl@google.com>2016-06-16 00:29:50 +0300
commit65dac9c8a30d6427aee988a06dcb603d09863000 (patch)
treee3b0fd581e31eb06b55f95e3de84926f98b3a24e /crypto/evp
parent41e08045f7e5150f74f5020d3f470335191d2e46 (diff)
Fix the name of OPENSSL_add_all_algorithms_conf.
I named the compatibility function wrong. Change-Id: Idc289c317c5826c338c1daf58a2d3b26b09a7e49 Reviewed-on: https://boringssl-review.googlesource.com/8301 Reviewed-by: Adam Langley <agl@google.com>
Diffstat (limited to 'crypto/evp')
-rw-r--r--crypto/evp/evp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/evp/evp.c b/crypto/evp/evp.c
index bc1585e7..ee207f9b 100644
--- a/crypto/evp/evp.c
+++ b/crypto/evp/evp.c
@@ -356,7 +356,7 @@ int EVP_PKEY_CTX_get_signature_md(EVP_PKEY_CTX *ctx, const EVP_MD **out_md) {
void OpenSSL_add_all_algorithms(void) {}
-void OpenSSL_add_all_algorithms_conf(void) {}
+void OPENSSL_add_all_algorithms_conf(void) {}
void OpenSSL_add_all_ciphers(void) {}