]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - apps/gendh.c
Change #include filenames from <foo.h> to <openssl.h>.
[thirdparty/openssl.git] / apps / gendh.c
index 8900b4f1af349c3bd66ac2bae31c2595a3352f75..c69147e3704472842123263cd2f3c922d2aac28b 100644 (file)
 #include <sys/types.h>
 #include <sys/stat.h>
 #include "apps.h"
-#include "bio.h"
-#include "rand.h"
-#include "err.h"
-#include "bn.h"
-#include "dh.h"
-#include "x509.h"
-#include "pem.h"
+#include <openssl/bio.h>
+#include <openssl/rand.h>
+#include <openssl/err.h>
+#include <openssl/bn.h>
+#include <openssl/dh.h>
+#include <openssl/x509.h>
+#include <openssl/pem.h>
 
 #define DEFBITS        512
 #undef PROG