Make DH opaque
[openssl.git] / crypto / dh / dh_gen.c
index bfa2376c390b62d75ddbfe2a21b6b93d7614f481..5c96dacdba0a0e1831e1b56456126cb6a45c3285 100644 (file)
@@ -63,7 +63,7 @@
 #include <stdio.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);