]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - apps/dh.c
Change #include filenames from <foo.h> to <openssl.h>.
[thirdparty/openssl.git] / apps / dh.c
index 0b548ef5703bde50971f20060e5ec1bf176880ea..02742485ce234609ec002063d855201b70e97e15 100644 (file)
--- a/apps/dh.c
+++ b/apps/dh.c
 #include <time.h>
 #include <string.h>
 #include "apps.h"
-#include "bio.h"
-#include "err.h"
-#include "bn.h"
-#include "dh.h"
-#include "x509.h"
-#include "pem.h"
+#include <openssl/bio.h>
+#include <openssl/err.h>
+#include <openssl/bn.h>
+#include <openssl/dh.h>
+#include <openssl/x509.h>
+#include <openssl/pem.h>
 
 #undef PROG
 #define PROG   dh_main