summaryrefslogtreecommitdiff
path: root/crypto/ctype.c
diff options
context:
space:
mode:
authorTomas Mraz <tomas@openssl.org>2022-05-05 12:35:11 +0200
committerTomas Mraz <tomas@openssl.org>2022-05-13 08:30:41 +0200
commitcf91a2b3c196ee4d7be93ab9f8fc8e097128ad68 (patch)
tree59416d5a6a6bec4a73b185c41aeeab1a12c02148 /crypto/ctype.c
parentb98f989e0c741d7534a58ba3fb22f5af0f016ca4 (diff)
downloadopenssl-new-cf91a2b3c196ee4d7be93ab9f8fc8e097128ad68.tar.gz
Include the e_os.h before string.h
Fixes #18244 Reviewed-by: Dmitry Belyavskiy <beldmit@gmail.com> Reviewed-by: Paul Dale <pauli@openssl.org> (Merged from https://github.com/openssl/openssl/pull/18282)
Diffstat (limited to 'crypto/ctype.c')
-rw-r--r--crypto/ctype.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/crypto/ctype.c b/crypto/ctype.c
index f90ef19e79..dc93015917 100644
--- a/crypto/ctype.c
+++ b/crypto/ctype.c
@@ -7,12 +7,11 @@
* https://www.openssl.org/source/license.html
*/
+#include "internal/e_os.h"
#include <string.h>
#include <stdio.h>
#include "crypto/ctype.h"
#include <openssl/ebcdic.h>
-
-#include "internal/e_os.h"
#include "internal/core.h"
#ifndef OPENSSL_NO_LOCALE
# include <locale.h>