=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/openssl/x509.c,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- src/usr.bin/openssl/x509.c 2016/12/30 16:28:53 1.13 +++ src/usr.bin/openssl/x509.c 2017/01/20 08:57:12 1.14 @@ -1,4 +1,4 @@ -/* $OpenBSD: x509.c,v 1.13 2016/12/30 16:28:53 jsing Exp $ */ +/* $OpenBSD: x509.c,v 1.14 2017/01/20 08:57:12 deraadt Exp $ */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * @@ -199,7 +199,7 @@ const char *errstr = NULL; if (single_execution) { - if (pledge("stdio rpath wpath cpath tty", NULL) == -1) { + if (pledge("stdio cpath wpath rpath tty", NULL) == -1) { perror("pledge"); exit(1); }