Change #include filenames from <foo.h> to <openssl.h>.
[openssl.git] / crypto / dsa / dsatest.c
index 77b8cd800faa0a756bc012339b203b3193d46095..1613f5350eba58addb07bf451d8a99bb143d12cf 100644 (file)
 #include <string.h>
 #include <sys/types.h>
 #include <sys/stat.h>
-#include "crypto.h"
-#include "rand.h"
-#include "bio.h"
-#include "err.h"
-#include "dsa.h"
+#include <openssl/crypto.h>
+#include <openssl/rand.h>
+#include <openssl/bio.h>
+#include <openssl/err.h>
+#include <openssl/dsa.h>
 #ifdef WINDOWS
 #include "../bio/bss_file.c"
 #endif