RT4339: Fix handling of <internal/bn_conf.h>
[oweals/openssl.git] / crypto / dh / dh_gen.c
index 99ccae33bf910153daaf27d88cd590533d24da89..bfa2376c390b62d75ddbfe2a21b6b93d7614f481 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/dh/dh_gen.c */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
@@ -62,7 +61,7 @@
  */
 
 #include <stdio.h>
-#include "cryptlib.h"
+#include "internal/cryptlib.h"
 #include <openssl/bn.h>
 #include <openssl/dh.h>