summaryrefslogtreecommitdiffstats
path: root/crypto/evp/evp.h
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2006-04-27 18:20:34 +0000
committerDr. Stephen Henson <steve@openssl.org>2006-04-27 18:20:34 +0000
commita78568b7e9c2759a5dfc70eddf9a0d4eee451266 (patch)
treeb29d1260f207011ee1dd2d6c595953456b5ed066 /crypto/evp/evp.h
parentee5b2a1e517cdad43a2b86e988ed8890b52f6198 (diff)
Replace RSA specific PKCS7_RECIP_INFO set up with an public key algorithm
ctrl.
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 584c59122c..83bf8050ea 100644
--- a/crypto/evp/evp.h
+++ b/crypto/evp/evp.h
@@ -804,6 +804,7 @@ void EVP_PBE_cleanup(void);
#define ASN1_PKEY_SIGPARAM_NULL 0x4
#define ASN1_PKEY_CTRL_PKCS7_SIGN 0x1
+#define ASN1_PKEY_CTRL_PKCS7_ENCRYPT 0x2
int EVP_PKEY_asn1_get_count(void);
const EVP_PKEY_ASN1_METHOD *EVP_PKEY_asn1_get0(int idx);