=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/openssl/req.c,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- src/usr.bin/openssl/req.c 2015/11/14 14:53:14 1.13 +++ src/usr.bin/openssl/req.c 2017/01/20 08:57:12 1.14 @@ -1,4 +1,4 @@ -/* $OpenBSD: req.c,v 1.13 2015/11/14 14:53:14 miod Exp $ */ +/* $OpenBSD: req.c,v 1.14 2017/01/20 08:57:12 deraadt Exp $ */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * @@ -177,7 +177,7 @@ unsigned long chtype = MBSTRING_ASC; 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); }