aboutsummaryrefslogtreecommitdiff
path: root/include/openssl/pem.h
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2018-01-23 09:46:13 -0500
committerRichard Levitte <levitte@openssl.org>2018-02-09 17:49:07 +0100
commita5d0d6b8fd1645c150e1b276863157bb29f0f598 (patch)
treecd65a49d96b7788b2537616f8a59cf562494d467 /include/openssl/pem.h
parent5d671101739f9e9b259126375a9e8b2fa42ac45f (diff)
downloadopenssl-a5d0d6b8fd1645c150e1b276863157bb29f0f598.zip
openssl-a5d0d6b8fd1645c150e1b276863157bb29f0f598.tar.gz
openssl-a5d0d6b8fd1645c150e1b276863157bb29f0f598.tar.bz2
Remove redundant declarations of ERR_load_*_strings()
In commit 52df25cf2e656146cb3b206d8220124f0417d03f, the ERR_load_FOO_strings() functions were moved from their original location in foo.h into new headers called fooerr.h. But they were never removed from their original locations. This duplication causes redundant-declaration warnings on programs that use OpenSSL's headers with such warnings enabled. Reviewed-by: Rich Salz <rsalz@openssl.org> Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from https://github.com/openssl/openssl/pull/5150)
Diffstat (limited to 'include/openssl/pem.h')
-rw-r--r--include/openssl/pem.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/openssl/pem.h b/include/openssl/pem.h
index 10b19a5..3b21ab8 100644
--- a/include/openssl/pem.h
+++ b/include/openssl/pem.h
@@ -372,7 +372,6 @@ int i2b_PVK_bio(BIO *out, EVP_PKEY *pk, int enclevel,
# endif
# endif
-int ERR_load_PEM_strings(void);
# ifdef __cplusplus
}
# endif