Change #include filenames from <foo.h> to <openssl.h>.
[openssl.git] / crypto / dsa / dsa_key.c
index 21ed0f65e07e82838555d02fee934598e7c68aa3..e974861c5c638bfe0caf1e78d1efebe7d8052b68 100644 (file)
 #include <stdio.h>
 #include <time.h>
 #include "cryptlib.h"
-#include "sha.h"
-#include "bn.h"
-#include "dsa.h"
-#include "rand.h"
+#include <openssl/sha.h>
+#include <openssl/bn.h>
+#include <openssl/dsa.h>
+#include <openssl/rand.h>
 
 int DSA_generate_key(DSA *dsa)
        {