]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - include/openssl/x509.h
Move OSSL_CMP_X509_digest() to x_all.c, renaming it to X509_digest_sig()
[thirdparty/openssl.git] / include / openssl / x509.h
index a2d6e44e9647e5330a0dc20783540b7eeb07b94d..80328cb2eb9f664b987017916127caa0d532329d 100644 (file)
@@ -382,6 +382,7 @@ int X509_pubkey_digest(const X509 *data, const EVP_MD *type,
                        unsigned char *md, unsigned int *len);
 int X509_digest(const X509 *data, const EVP_MD *type,
                 unsigned char *md, unsigned int *len);
+ASN1_OCTET_STRING *X509_digest_sig(const X509 *cert);
 int X509_CRL_digest(const X509_CRL *data, const EVP_MD *type,
                     unsigned char *md, unsigned int *len);
 int X509_REQ_digest(const X509_REQ *data, const EVP_MD *type,