From ec577822f95a8bca0023c5c77cef1a4916822d4a Mon Sep 17 00:00:00 2001 From: Bodo Möller Date: Fri, 23 Apr 1999 22:13:45 +0000 Subject: Change #include filenames from to . Submitted by: Reviewed by: PR: --- crypto/asn1/a_digest.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'crypto/asn1/a_digest.c') diff --git a/crypto/asn1/a_digest.c b/crypto/asn1/a_digest.c index 20cde71f03..f3de491665 100644 --- a/crypto/asn1/a_digest.c +++ b/crypto/asn1/a_digest.c @@ -62,9 +62,9 @@ #include #include "cryptlib.h" -#include "evp.h" -#include "x509.h" -#include "buffer.h" +#include +#include +#include int ASN1_digest(int (*i2d)(), EVP_MD *type, char *data, unsigned char *md, unsigned int *len) -- cgit v1.2.3