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