Complete rewrite of the error code generation script. It now runs as a single
[openssl.git] / crypto / pkcs7 / pk7_dgst.c
index 7769abeb1e72026e43d67cfa4ac3f3e8fda21313..90edfa5001fdac2fe497587684a3600e2a332951 100644 (file)
@@ -58,9 +58,9 @@
 
 #include <stdio.h>
 #include "cryptlib.h"
-#include "evp.h"
-#include "rand.h"
-#include "objects.h"
-#include "x509.h"
-#include "pkcs7.h"
+#include <openssl/evp.h>
+#include <openssl/rand.h>
+#include <openssl/objects.h>
+#include <openssl/x509.h>
+#include <openssl/pkcs7.h>