Fix d2i_ASN1_INTEGER() and i2d_ASN1_INTEGER() so it correctly works out
[openssl.git] / crypto / asn1 / a_verify.c
index fc2711058bd57fb1c386341e5a4e3075d1cff322..6383d2c698d3adffc16d4e18ee081dd5e39ca552 100644 (file)
 #include <sys/stat.h>
 
 #include "cryptlib.h"
-#include "bn.h"
-#include "x509.h"
-#include "objects.h"
-#include "buffer.h"
-#include "evp.h"
+#include <openssl/bn.h>
+#include <openssl/x509.h>
+#include <openssl/objects.h>
+#include <openssl/buffer.h>
+#include <openssl/evp.h>
 
 int ASN1_verify(int (*i2d)(), X509_ALGOR *a, ASN1_BIT_STRING *signature,
             char *data, EVP_PKEY *pkey)