Fix smime -pk7out.
authorDr. Stephen Henson <steve@openssl.org>
Mon, 22 May 2006 13:37:16 +0000 (13:37 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Mon, 22 May 2006 13:37:16 +0000 (13:37 +0000)
apps/smime.c

index 7b788cba56c73392a258604b3db65c77b33114ee..8d356b5b21b200041bad0ac9415844ee7af9e54e 100644 (file)
@@ -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 **);