=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/openssl/ocsp.c,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- src/usr.bin/openssl/ocsp.c 2017/01/20 08:14:55 1.10 +++ src/usr.bin/openssl/ocsp.c 2017/01/20 08:57:12 1.11 @@ -1,4 +1,4 @@ -/* $OpenBSD: ocsp.c,v 1.10 2017/01/20 08:14:55 beck Exp $ */ +/* $OpenBSD: ocsp.c,v 1.11 2017/01/20 08:57:12 deraadt Exp $ */ /* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL * project 2000. */ @@ -147,7 +147,7 @@ const char *errstr = NULL; if (single_execution) { - if (pledge("stdio inet dns rpath wpath cpath tty", NULL) == -1) { + if (pledge("stdio cpath wpath rpath inet dns tty", NULL) == -1) { perror("pledge"); exit(1); }