Change #include filenames from <foo.h> to <openssl.h>.
[openssl.git] / apps / gendsa.c
index 3e198a24f96055ff58a4cab046f3b811a053b48c..db641da5036ababc0c48e2a5ce1d4bac5f9ba77c 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 "dsa.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/dsa.h>
+#include <openssl/x509.h>
+#include <openssl/pem.h>
 
 #define DEFBITS        512
 #undef PROG