summaryrefslogtreecommitdiffstats
path: root/crypto/pkcs7/pkcs7.h
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2003-02-25 19:03:31 +0000
committerDr. Stephen Henson <steve@openssl.org>2003-02-25 19:03:31 +0000
commite9ec63961be610bbd386f482335772bc23dc095e (patch)
tree4c315799588e5d459fc804c47d74f56c6fc702af /crypto/pkcs7/pkcs7.h
parent0185803cc224c8d88ca39ae07c296a4f1854e478 (diff)
Fix indefinite length encoding so EOC correctly updates
the buffer pointer. Rename PKCS7_PARTSIGN to PKCS7_STREAM. Guess what that's for :-)
Diffstat (limited to 'crypto/pkcs7/pkcs7.h')
-rw-r--r--crypto/pkcs7/pkcs7.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/pkcs7/pkcs7.h b/crypto/pkcs7/pkcs7.h
index a2956589ab..e6f6572666 100644
--- a/crypto/pkcs7/pkcs7.h
+++ b/crypto/pkcs7/pkcs7.h
@@ -260,7 +260,7 @@ DECLARE_PKCS12_STACK_OF(PKCS7)
#define PKCS7_BINARY 0x80
#define PKCS7_NOATTR 0x100
#define PKCS7_NOSMIMECAP 0x200
-#define PKCS7_PARTSIGN 0x400
+#define PKCS7_STREAM 0x400
/* Flags: for compatibility with older code */