summaryrefslogtreecommitdiffstats
path: root/crypto/evp/evp.h
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2006-04-21 17:38:58 +0000
committerDr. Stephen Henson <steve@openssl.org>2006-04-21 17:38:58 +0000
commitcddaba8ede007579e0f174275312a4c722afa82e (patch)
treeb6e0452cc273023e097359a1fee7e967770eb7d5 /crypto/evp/evp.h
parent49c5f38d3dceda33dcbdc940079f6f86ff3d0c03 (diff)
Add 'flags' parameter to EVP_PKEY_asn1_meth_new() to set algorithm flags.
Diffstat (limited to 'crypto/evp/evp.h')
-rw-r--r--crypto/evp/evp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/evp/evp.h b/crypto/evp/evp.h
index 6ec2fa798a..cff40ab99a 100644
--- a/crypto/evp/evp.h
+++ b/crypto/evp/evp.h
@@ -815,7 +815,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);
-EVP_PKEY_ASN1_METHOD* EVP_PKEY_asn1_new(int id,
+EVP_PKEY_ASN1_METHOD* EVP_PKEY_asn1_new(int id, int flags,
const char *pem_str, const char *info);
void EVP_PKEY_asn1_free(EVP_PKEY_ASN1_METHOD *ameth);
void EVP_PKEY_asn1_set_public(EVP_PKEY_ASN1_METHOD *ameth,