summaryrefslogtreecommitdiffstats
path: root/crypto/evp/ec_support.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/evp/ec_support.c')
-rw-r--r--crypto/evp/ec_support.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/evp/ec_support.c b/crypto/evp/ec_support.c
index 8550be65e7..979e861cff 100644
--- a/crypto/evp/ec_support.c
+++ b/crypto/evp/ec_support.c
@@ -10,7 +10,7 @@
#include <string.h>
#include <openssl/ec.h>
#include "crypto/ec.h"
-#include "e_os.h" /* strcasecmp required by windows */
+#include "internal/e_os.h" /* strcasecmp required by windows */
typedef struct ec_name2nid_st {
const char *name;