diff options
author | Dr. Stephen Henson <steve@openssl.org> | 2002-10-04 23:08:01 +0200 |
---|---|---|
committer | Dr. Stephen Henson <steve@openssl.org> | 2002-10-04 23:08:01 +0200 |
commit | a2a1a04e53aee63efc9040292b2edeb9b4906f31 (patch) | |
tree | eda55c7a6a0645966aa20adfea7a66ed1e4ec6ef /crypto/pkcs7 | |
parent | Update mkdef.pl to handle new ASN1 macro (diff) | |
download | openssl-a2a1a04e53aee63efc9040292b2edeb9b4906f31.tar.xz openssl-a2a1a04e53aee63efc9040292b2edeb9b4906f31.zip |
Add declaration got PKCS#7 NDEF.
Diffstat (limited to 'crypto/pkcs7')
-rw-r--r-- | crypto/pkcs7/pkcs7.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/pkcs7/pkcs7.h b/crypto/pkcs7/pkcs7.h index 5819700a85..226fb64348 100644 --- a/crypto/pkcs7/pkcs7.h +++ b/crypto/pkcs7/pkcs7.h @@ -300,6 +300,7 @@ DECLARE_ASN1_FUNCTIONS(PKCS7) DECLARE_ASN1_ITEM(PKCS7_ATTR_SIGN) DECLARE_ASN1_ITEM(PKCS7_ATTR_VERIFY) +DECLARE_ASN1_NDEF_FUNCTION(PKCS7) long PKCS7_ctrl(PKCS7 *p7, int cmd, long larg, char *parg); |