Use util/mklink.pl instead of util/mklink.sh.
[openssl.git] / crypto / asn1 / a_digest.c
index 8ddb65b0dc65ace9555e669de50d85f0301f78f5..f3de4916658112a2b8f85b5b4a1773f41fbc0fc9 100644 (file)
 #include <sys/stat.h>
 
 #include "cryptlib.h"
-#include "evp.h"
-#include "x509.h"
-#include "buffer.h"
+#include <openssl/evp.h>
+#include <openssl/x509.h>
+#include <openssl/buffer.h>
 
-int ASN1_digest(i2d,type,data,md,len)
-int (*i2d)();
-EVP_MD *type;
-char *data;
-unsigned char *md;
-unsigned int *len;
+int ASN1_digest(int (*i2d)(), EVP_MD *type, char *data, unsigned char *md,
+            unsigned int *len)
        {
        EVP_MD_CTX ctx;
        int i;