From 216e0d5b91b682001a6562838db2a6c95659b903 Mon Sep 17 00:00:00 2001 From: "Dr. Stephen Henson" Date: Mon, 22 May 2006 13:37:16 +0000 Subject: Fix smime -pk7out. --- apps/smime.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps') 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 **); -- cgit v1.2.3