diff options
author | Dr. Stephen Henson <steve@openssl.org> | 2009-01-15 14:22:39 +0100 |
---|---|---|
committer | Dr. Stephen Henson <steve@openssl.org> | 2009-01-15 14:22:39 +0100 |
commit | c2c99e2860566044b23a5b3fded6f70b7436b9ad (patch) | |
tree | f80b3b69bdec325976f6e6ae8c067afc2cc0ab35 /crypto/x509/x509.h | |
parent | Make PKCS#8 the standard write format for private keys, replacing the (diff) | |
download | openssl-c2c99e2860566044b23a5b3fded6f70b7436b9ad.tar.xz openssl-c2c99e2860566044b23a5b3fded6f70b7436b9ad.zip |
Update certificate hash line format to handle canonical format
and avoid MD5 dependency.
Diffstat (limited to 'crypto/x509/x509.h')
-rw-r--r-- | crypto/x509/x509.h | 1 |
1 files changed, 1 insertions, 0 deletions
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); |