summaryrefslogtreecommitdiffstats
path: root/include/internal
diff options
context:
space:
mode:
authorPauli <pauli@openssl.org>2021-05-25 12:04:22 +1000
committerPauli <pauli@openssl.org>2021-05-26 13:01:47 +1000
commitb93f6c2db94f736b497ff31a793c1e6766eaf209 (patch)
tree769caa7724a0e67758b80f01350701365f396a56 /include/internal
parent9080ed2175532df8ecee4a2de9979037133d2601 (diff)
err: rename err_load_xxx_strings_int functions
The new names are ossl_err_load_xxx_strings. Reviewed-by: Tomas Mraz <tomas@openssl.org> Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from https://github.com/openssl/openssl/pull/15446)
Diffstat (limited to 'include/internal')
-rw-r--r--include/internal/dsoerr.h2
-rw-r--r--include/internal/propertyerr.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/include/internal/dsoerr.h b/include/internal/dsoerr.h
index 43f83d9ad8..b1719e8377 100644
--- a/include/internal/dsoerr.h
+++ b/include/internal/dsoerr.h
@@ -19,7 +19,7 @@
extern "C" {
# endif
-int err_load_DSO_strings_int(void);
+int ossl_err_load_DSO_strings(void);
/*
* DSO reason codes.
diff --git a/include/internal/propertyerr.h b/include/internal/propertyerr.h
index d73532ed6a..fbee53f11e 100644
--- a/include/internal/propertyerr.h
+++ b/include/internal/propertyerr.h
@@ -19,7 +19,7 @@
extern "C" {
# endif
-int err_load_PROP_strings_int(void);
+int ossl_err_load_PROP_strings(void);
/*
* PROP reason codes.