=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/openssl/enc.c,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- src/usr.bin/openssl/enc.c 2016/04/07 20:02:19 1.11 +++ src/usr.bin/openssl/enc.c 2017/01/20 08:57:12 1.12 @@ -1,4 +1,4 @@ -/* $OpenBSD: enc.c,v 1.11 2016/04/07 20:02:19 jmc Exp $ */ +/* $OpenBSD: enc.c,v 1.12 2017/01/20 08:57:12 deraadt Exp $ */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * @@ -339,7 +339,7 @@ int i; 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); }