summaryrefslogtreecommitdiffstats
path: root/crypto/dh/dh_group_params.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/dh/dh_group_params.c')
-rw-r--r--crypto/dh/dh_group_params.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/dh/dh_group_params.c b/crypto/dh/dh_group_params.c
index c71f4053da..dec50caf66 100644
--- a/crypto/dh/dh_group_params.c
+++ b/crypto/dh/dh_group_params.c
@@ -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)
{