From c2c99e2860566044b23a5b3fded6f70b7436b9ad Mon Sep 17 00:00:00 2001 From: "Dr. Stephen Henson" Date: Thu, 15 Jan 2009 13:22:39 +0000 Subject: Update certificate hash line format to handle canonical format and avoid MD5 dependency. --- crypto/x509/x509.h | 1 + 1 file changed, 1 insertion(+) (limited to 'crypto/x509/x509.h') diff --git a/crypto/x509/x509.h b/crypto/x509/x509.h index 62e01b1ff5..e779c334e5 100644 --- a/crypto/x509/x509.h +++ b/crypto/x509/x509.h @@ -963,6 +963,7 @@ unsigned long X509_subject_name_hash(X509 *x); int X509_cmp(const X509 *a, const X509 *b); int X509_NAME_cmp(const X509_NAME *a, const X509_NAME *b); unsigned long X509_NAME_hash(X509_NAME *x); +unsigned long X509_NAME_hash_old(X509_NAME *x); int X509_CRL_cmp(const X509_CRL *a, const X509_CRL *b); int X509_CRL_match(const X509_CRL *a, const X509_CRL *b); -- cgit v1.2.3