]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - crypto/dsa/dsa_vrf.c
Change #include filenames from <foo.h> to <openssl.h>.
[thirdparty/openssl.git] / crypto / dsa / dsa_vrf.c
index ca51ad2e5c5f30bbe2398bb818c8439b0b685e27..ff552208aa23e638fbe2a0802849c2745f7e5558 100644 (file)
 
 #include <stdio.h>
 #include "cryptlib.h"
-#include "bn.h"
-#include "dsa.h"
-#include "rand.h"
-#include "asn1.h"
-#include "asn1_mac.h"
+#include <openssl/bn.h>
+#include <openssl/dsa.h>
+#include <openssl/rand.h>
+#include <openssl/asn1.h>
+#include <openssl/asn1_mac.h>
 
 int DSA_do_verify(const unsigned char *dgst, int dgst_len, DSA_SIG *sig,
                  DSA *dsa)