=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/openssl/ts.c,v retrieving revision 1.13 retrieving revision 1.14 diff -c -r1.13 -r1.14 *** src/usr.bin/openssl/ts.c 2015/10/17 15:00:11 1.13 --- src/usr.bin/openssl/ts.c 2017/01/20 08:57:12 1.14 *************** *** 1,4 **** ! /* $OpenBSD: ts.c,v 1.13 2015/10/17 15:00:11 doug Exp $ */ /* Written by Zoltan Glozik (zglozik@stones.com) for the OpenSSL * project 2002. */ --- 1,4 ---- ! /* $OpenBSD: ts.c,v 1.14 2017/01/20 08:57:12 deraadt Exp $ */ /* Written by Zoltan Glozik (zglozik@stones.com) for the OpenSSL * project 2002. */ *************** *** 150,156 **** int token_out = 0; if (single_execution) { ! if (pledge("stdio rpath wpath cpath tty", NULL) == -1) { perror("pledge"); exit(1); } --- 150,156 ---- int token_out = 0; if (single_execution) { ! if (pledge("stdio cpath wpath rpath tty", NULL) == -1) { perror("pledge"); exit(1); }