diff options
Diffstat (limited to 'src/usr.bin/openssl/smime.c')
-rw-r--r-- | src/usr.bin/openssl/smime.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/usr.bin/openssl/smime.c b/src/usr.bin/openssl/smime.c index fee7c71e76..53e2a94a54 100644 --- a/src/usr.bin/openssl/smime.c +++ b/src/usr.bin/openssl/smime.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: smime.c,v 1.5 2015/10/10 22:28:51 doug Exp $ */ | 1 | /* $OpenBSD: smime.c,v 1.6 2015/10/17 07:51:10 semarie Exp $ */ |
2 | /* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL | 2 | /* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL |
3 | * project. | 3 | * project. |
4 | */ | 4 | */ |
@@ -113,7 +113,7 @@ smime_main(int argc, char **argv) | |||
113 | X509_VERIFY_PARAM *vpm = NULL; | 113 | X509_VERIFY_PARAM *vpm = NULL; |
114 | 114 | ||
115 | if (single_execution) { | 115 | if (single_execution) { |
116 | if (pledge("stdio rpath wpath cpath", NULL) == -1) | 116 | if (pledge("stdio rpath wpath cpath tty", NULL) == -1) |
117 | perror("pledge"); | 117 | perror("pledge"); |
118 | } | 118 | } |
119 | 119 | ||