summaryrefslogtreecommitdiffstats
path: root/crypto/pkcs7/pkcs7.h
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2000-08-22 22:20:25 +0000
committerDr. Stephen Henson <steve@openssl.org>2000-08-22 22:20:25 +0000
commitd096b524afbdc371032d96d22f1686d88bfba0e9 (patch)
tree8682cc9a6ca3c3142f940a30237f3148e69bf498 /crypto/pkcs7/pkcs7.h
parentc9b51693dc8f9f198281a4f8a976cf5e118313b4 (diff)
Add support for 'other' PKCS#7 content types.
Diffstat (limited to 'crypto/pkcs7/pkcs7.h')
-rw-r--r--crypto/pkcs7/pkcs7.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/crypto/pkcs7/pkcs7.h b/crypto/pkcs7/pkcs7.h
index f3f85f57af..ac46c8dd15 100644
--- a/crypto/pkcs7/pkcs7.h
+++ b/crypto/pkcs7/pkcs7.h
@@ -210,6 +210,9 @@ typedef struct pkcs7_st
/* NID_pkcs7_encrypted */
PKCS7_ENCRYPT *encrypted;
+
+ /* Anything else */
+ ASN1_TYPE *other;
} d;
} PKCS7;