diff options
Diffstat (limited to 'src/usr.bin/openssl/s_time.c')
-rw-r--r-- | src/usr.bin/openssl/s_time.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/usr.bin/openssl/s_time.c b/src/usr.bin/openssl/s_time.c index a88df1bfe2..3644e108f8 100644 --- a/src/usr.bin/openssl/s_time.c +++ b/src/usr.bin/openssl/s_time.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: s_time.c,v 1.16 2016/08/30 14:34:59 deraadt Exp $ */ | 1 | /* $OpenBSD: s_time.c,v 1.17 2017/01/20 08:57:12 deraadt Exp $ */ |
2 | /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) | 2 | /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) |
3 | * All rights reserved. | 3 | * All rights reserved. |
4 | * | 4 | * |
@@ -254,7 +254,7 @@ s_time_main(int argc, char **argv) | |||
254 | int ver; | 254 | int ver; |
255 | 255 | ||
256 | if (single_execution) { | 256 | if (single_execution) { |
257 | if (pledge("stdio inet rpath", NULL) == -1) { | 257 | if (pledge("stdio rpath inet", NULL) == -1) { |
258 | perror("pledge"); | 258 | perror("pledge"); |
259 | exit(1); | 259 | exit(1); |
260 | } | 260 | } |