=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/openssl/x509.c,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- src/usr.bin/openssl/x509.c 2015/10/10 22:28:51 1.10 +++ src/usr.bin/openssl/x509.c 2015/10/17 07:51:10 1.11 @@ -1,4 +1,4 @@ -/* $OpenBSD: x509.c,v 1.10 2015/10/10 22:28:51 doug Exp $ */ +/* $OpenBSD: x509.c,v 1.11 2015/10/17 07:51:10 semarie 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", NULL) == -1) + if (pledge("stdio rpath wpath cpath tty", NULL) == -1) perror("pledge"); }