]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - crypto/dh/dh_group_params.c
Move e_os.h to include/internal
[thirdparty/openssl.git] / crypto / dh / dh_group_params.c
index c71f4053da6c0c8683075ee2be6e6b4ceaa74701..dec50caf665d2e72994932ba39d77f797dc4018b 100644 (file)
@@ -23,7 +23,7 @@
 #include <openssl/objects.h>
 #include "internal/nelem.h"
 #include "crypto/dh.h"
-#include "e_os.h" /* strcasecmp */
+#include "internal/e_os.h" /* strcasecmp */
 
 static DH *dh_param_init(OSSL_LIB_CTX *libctx, const DH_NAMED_GROUP *group)
 {