summaryrefslogtreecommitdiffstats
path: root/crypto/err/err_local.h
diff options
context:
space:
mode:
authorShane Lontis <shane.lontis@oracle.com>2021-03-09 14:47:25 +1000
committerShane Lontis <shane.lontis@oracle.com>2021-03-18 17:52:38 +1000
commit78715dcc310e27a8c862ecdf3a956c1cfdc0f2c1 (patch)
tree80c1113c617fc8fce501c664acff7a94fcd0957d /crypto/err/err_local.h
parent6d7776892f571cb438563d65d5d252e0245cd57e (diff)
rename err_get_state_int() to ossl_err_get_state_int()
Partial fix for #12964 Reviewed-by: Paul Dale <pauli@openssl.org> (Merged from https://github.com/openssl/openssl/pull/14473)
Diffstat (limited to 'crypto/err/err_local.h')
-rw-r--r--crypto/err/err_local.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/err/err_local.h b/crypto/err/err_local.h
index 3de74b5c0d..678f92dc04 100644
--- a/crypto/err/err_local.h
+++ b/crypto/err/err_local.h
@@ -86,6 +86,6 @@ static ossl_inline void err_clear(ERR_STATE *es, size_t i, int deall)
es->err_func[i] = NULL;
}
-ERR_STATE *err_get_state_int(void);
+ERR_STATE *ossl_err_get_state_int(void);
void ossl_err_string_int(unsigned long e, const char *func,
char *buf, size_t len);