Reorganize private crypto header files
[openssl.git] / crypto / dh / dh_rfc7919.c
index 4e676fd3d1271f93bb40987c76004e95b9586d21..d634dbc37614bd130ba10dd765a78fe613b21057 100644 (file)
@@ -12,7 +12,7 @@
 #include "dh_locl.h"
 #include <openssl/bn.h>
 #include <openssl/objects.h>
-#include "internal/bn_dh.h"
+#include "crypto/bn_dh.h"
 
 static DH *dh_param_init(const BIGNUM *p, int32_t nbits)
 {