summaryrefslogtreecommitdiff
path: root/include/crypto/err.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/crypto/err.h')
-rw-r--r--include/crypto/err.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/crypto/err.h b/include/crypto/err.h
index 7110276097..15ec6fd039 100644
--- a/include/crypto/err.h
+++ b/include/crypto/err.h
@@ -11,8 +11,8 @@
# define OSSL_CRYPTO_ERR_H
# pragma once
-int err_load_ERR_strings_int(void);
-int err_load_crypto_strings_int(void);
+int ossl_err_load_ERR_strings(void);
+int ossl_err_load_crypto_strings(void);
void err_cleanup(void);
int err_shelve_state(void **);
void err_unshelve_state(void *);