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-06 18:29:58 +0300
committerDavid Benjamin <davidben@google.com>2016-06-06 18:58:02 +0300
commit83042a829260f53b0f0f49e06d33bc3a73401bf0 (patch)
tree1a2753f473f9db29c7f363d0aef7af903c583dc9 /crypto/evp
parentadf27430efa4062ad4585d9cf788c9ab7a164e44 (diff)
Add a no-op OpenSSL_add_all_algorithms_conf.
More spring-cleaning of unnecessary incompatibilities. Since OpenSSL_add_all_algorithms_conf doesn't specify a configuration file, it's perfectly sound to have such a function. Dear BoringSSL, please add all algorithms. Uh, sure. They were already all there, but I have added them! PS: Could you also load all your configuration files while you're at it. ...I don't have any. Fine. I have loaded all configuration files which I recognize. *mutters under breath* why does everyone ask all these strange questions... Change-Id: I57f956933d9e519445bf22f89853bd5f56904172 Reviewed-on: https://boringssl-review.googlesource.com/8160 Reviewed-by: Steven Valdez <svaldez@google.com> Reviewed-by: David Benjamin <davidben@google.com>
Diffstat (limited to 'crypto/evp')
-rw-r--r--crypto/evp/evp.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/crypto/evp/evp.c b/crypto/evp/evp.c
index 79993aab..bc1585e7 100644
--- a/crypto/evp/evp.c
+++ b/crypto/evp/evp.c
@@ -356,6 +356,8 @@ 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_ciphers(void) {}
void OpenSSL_add_all_digests(void) {}