Make DH opaque
[openssl.git] / crypto / dh / dh_gen.c
index 99ccae33bf910153daaf27d88cd590533d24da89..5c96dacdba0a0e1831e1b56456126cb6a45c3285 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/dh/dh_gen.c */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
@@ -62,9 +61,9 @@
  */
 
 #include <stdio.h>
-#include "cryptlib.h"
+#include "internal/cryptlib.h"
 #include <openssl/bn.h>
-#include <openssl/dh.h>
+#include "dh_locl.h"
 
 static int dh_builtin_genparams(DH *ret, int prime_len, int generator,
                                 BN_GENCB *cb);