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>2016-01-23 23:19:50 +0300
committerAdam Langley <agl@google.com>2016-01-26 02:09:08 +0300
commit5aae776ede56b64e0a6593fb45537687ab36092b (patch)
treea3846940b8e58fb3081dee95b7530d07eb0c6f40 /crypto/bio
parent75a64c08fc63ee9619214be5607a48ae9c97fdcc (diff)
Remove calls to ERR_load_crypto_strings.
Since the error string logic was rewritten, this hasn't done anything. Change-Id: Icb73dca65e852bb3c7d04c260d591906ec72c15f Reviewed-on: https://boringssl-review.googlesource.com/6961 Reviewed-by: Adam Langley <agl@google.com>
Diffstat (limited to 'crypto/bio')
-rw-r--r--crypto/bio/bio_test.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/crypto/bio/bio_test.cc b/crypto/bio/bio_test.cc
index 4d7dfe28..bc755c10 100644
--- a/crypto/bio/bio_test.cc
+++ b/crypto/bio/bio_test.cc
@@ -412,7 +412,6 @@ static bool TestASN1() {
int main(void) {
CRYPTO_library_init();
- ERR_load_crypto_strings();
#if defined(OPENSSL_WINDOWS)
// Initialize Winsock.