Change #include filenames from <foo.h> to <openssl.h>.
[openssl.git] / apps / dsaparam.c
index 085e4845c1040b5bc1b02ec2c51010f4ff412389..e733b53db4924b7595712f8394a66a3e6d55e45e 100644 (file)
 #include <time.h>
 #include <string.h>
 #include "apps.h"
-#include "bio.h"
-#include "err.h"
-#include "bn.h"
-#include "rand.h"
-#include "dsa.h"
-#include "x509.h"
-#include "pem.h"
+#include <openssl/bio.h>
+#include <openssl/err.h>
+#include <openssl/bn.h>
+#include <openssl/rand.h>
+#include <openssl/dsa.h>
+#include <openssl/x509.h>
+#include <openssl/pem.h>
 
 #undef PROG
 #define PROG   dsaparam_main