projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0965991
)
Fix smime -pk7out.
author
Dr. Stephen Henson
<steve@openssl.org>
Mon, 22 May 2006 13:37:16 +0000
(13:37 +0000)
committer
Dr. Stephen Henson
<steve@openssl.org>
Mon, 22 May 2006 13:37:16 +0000
(13:37 +0000)
apps/smime.c
patch
|
blob
|
history
diff --git
a/apps/smime.c
b/apps/smime.c
index 7b788cba56c73392a258604b3db65c77b33114ee..8d356b5b21b200041bad0ac9415844ee7af9e54e 100644
(file)
--- 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 **);