summaryrefslogtreecommitdiffstats
path: root/apps/smime.c
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2006-05-22 13:37:16 +0000
committerDr. Stephen Henson <steve@openssl.org>2006-05-22 13:37:16 +0000
commit216e0d5b91b682001a6562838db2a6c95659b903 (patch)
tree942db84c3ea999d1a8ce929f883f9e2f50c7c55b /apps/smime.c
parent0965991600077b9a418bd776b55fa3c420bc1918 (diff)
Fix smime -pk7out.
Diffstat (limited to 'apps/smime.c')
-rw-r--r--apps/smime.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/smime.c b/apps/smime.c
index 7b788cba56..8d356b5b21 100644
--- a/apps/smime.c
+++ b/apps/smime.c
@@ -79,7 +79,7 @@ static int smime_cb(int ok, X509_STORE_CTX *ctx);
#define SMIME_DECRYPT (2 | SMIME_IP)
#define SMIME_SIGN (3 | SMIME_OP | SMIME_SIGNERS)
#define SMIME_VERIFY (4 | SMIME_IP)
-#define SMIME_PK7OUT (5 | SMIME_OP)
+#define SMIME_PK7OUT (5 | SMIME_IP | SMIME_OP)
#define SMIME_RESIGN (6 | SMIME_IP | SMIME_OP | SMIME_SIGNERS)
int MAIN(int, char **);