summaryrefslogtreecommitdiffstats
path: root/crypto/evp/evp.h
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2007-05-17 16:19:17 +0000
committerDr. Stephen Henson <steve@openssl.org>2007-05-17 16:19:17 +0000
commite77dbf325f57cc86e6918baf36d597506e77266d (patch)
treea2b7add02088dc42b19795c70083bfcddad1ebf5 /crypto/evp/evp.h
parentf03620ea15c4553de375258bc40bbf7a4092da90 (diff)
Prepend signature name in dgst output.
Diffstat (limited to 'crypto/evp/evp.h')
-rw-r--r--crypto/evp/evp.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/evp/evp.h b/crypto/evp/evp.h
index 6c65f5a677..65538d4eac 100644
--- a/crypto/evp/evp.h
+++ b/crypto/evp/evp.h
@@ -939,6 +939,7 @@ int EVP_PKEY_asn1_get0_info(int *ppkey_id, int *pkey_base_id, int *ppkey_flags,
const char **pinfo, const char **ppem_str,
const EVP_PKEY_ASN1_METHOD *ameth);
+const EVP_PKEY_ASN1_METHOD* EVP_PKEY_get0_asn1(EVP_PKEY *pkey);
EVP_PKEY_ASN1_METHOD* EVP_PKEY_asn1_new(int id, int flags,
const char *pem_str, const char *info);
void EVP_PKEY_asn1_copy(EVP_PKEY_ASN1_METHOD *dst,