summaryrefslogtreecommitdiffstats
path: root/crypto/err
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/err')
-rw-r--r--crypto/err/err.c4
-rw-r--r--crypto/err/err_blocks.c2
-rw-r--r--crypto/err/err_local.h (renamed from crypto/err/err_locl.h)0
-rw-r--r--crypto/err/err_prn.c2
-rw-r--r--crypto/err/openssl.ec8
5 files changed, 8 insertions, 8 deletions
diff --git a/crypto/err/err.c b/crypto/err/err.c
index 8db5385b7c..eca0f6d33e 100644
--- a/crypto/err/err.c
+++ b/crypto/err/err.c
@@ -23,9 +23,9 @@
#include <openssl/opensslconf.h>
#include "internal/thread_once.h"
#include "crypto/ctype.h"
-#include "internal/constant_time_locl.h"
+#include "internal/constant_time.h"
#include "e_os.h"
-#include "err_locl.h"
+#include "err_local.h"
/* Forward declaration in case it's not published because of configuration */
ERR_STATE *ERR_get_state(void);
diff --git a/crypto/err/err_blocks.c b/crypto/err/err_blocks.c
index e50f580b33..20888e9576 100644
--- a/crypto/err/err_blocks.c
+++ b/crypto/err/err_blocks.c
@@ -12,7 +12,7 @@
#include <string.h>
#include <openssl/err.h>
-#include "err_locl.h"
+#include "err_local.h"
void ERR_new(void)
{
diff --git a/crypto/err/err_locl.h b/crypto/err/err_local.h
index 0374bf6a6f..0374bf6a6f 100644
--- a/crypto/err/err_locl.h
+++ b/crypto/err/err_local.h
diff --git a/crypto/err/err_prn.c b/crypto/err/err_prn.c
index 1e1531b91d..27e987e0e1 100644
--- a/crypto/err/err_prn.c
+++ b/crypto/err/err_prn.c
@@ -15,7 +15,7 @@
#include <openssl/crypto.h>
#include <openssl/buffer.h>
#include <openssl/err.h>
-#include "err_locl.h"
+#include "err_local.h"
void ERR_print_errors_cb(int (*cb) (const char *str, size_t len, void *u),
void *u)
diff --git a/crypto/err/openssl.ec b/crypto/err/openssl.ec
index 3c09eab3e2..179a3baa05 100644
--- a/crypto/err/openssl.ec
+++ b/crypto/err/openssl.ec
@@ -43,10 +43,10 @@ L PROV providers/common/include/internal/providercommon.h providers/com
# additional header files to be scanned for function names
L NONE include/openssl/x509_vfy.h NONE
-L NONE crypto/ec/ec_lcl.h NONE
-L NONE crypto/cms/cms_lcl.h NONE
-L NONE crypto/ct/ct_locl.h NONE
-L NONE ssl/ssl_locl.h NONE
+L NONE crypto/ec/ec_local.h NONE
+L NONE crypto/cms/cms_local.h NONE
+L NONE crypto/ct/ct_local.h NONE
+L NONE ssl/ssl_local.h NONE
# SSL/TLS alerts
R SSL_R_SSLV3_ALERT_UNEXPECTED_MESSAGE 1010