diff options
author | Pauli <pauli@openssl.org> | 2021-05-25 12:04:22 +1000 |
---|---|---|
committer | Pauli <pauli@openssl.org> | 2021-05-26 13:01:47 +1000 |
commit | b93f6c2db94f736b497ff31a793c1e6766eaf209 (patch) | |
tree | 769caa7724a0e67758b80f01350701365f396a56 /include/crypto/uierr.h | |
parent | 9080ed2175532df8ecee4a2de9979037133d2601 (diff) | |
download | openssl-new-b93f6c2db94f736b497ff31a793c1e6766eaf209.tar.gz |
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/crypto/uierr.h')
-rw-r--r-- | include/crypto/uierr.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/crypto/uierr.h b/include/crypto/uierr.h index 83a6df1a26..07744f9c32 100644 --- a/include/crypto/uierr.h +++ b/include/crypto/uierr.h @@ -19,7 +19,7 @@ extern "C" { # endif -int err_load_UI_strings_int(void); +int ossl_err_load_UI_strings(void); # ifdef __cplusplus } |