=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/openssl/s_client.c,v retrieving revision 1.21 retrieving revision 1.22 diff -u -r1.21 -r1.22 --- src/usr.bin/openssl/s_client.c 2015/10/10 22:28:51 1.21 +++ src/usr.bin/openssl/s_client.c 2015/10/17 07:51:10 1.22 @@ -1,4 +1,4 @@ -/* $OpenBSD: s_client.c,v 1.21 2015/10/10 22:28:51 doug Exp $ */ +/* $OpenBSD: s_client.c,v 1.22 2015/10/17 07:51:10 semarie Exp $ */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * @@ -365,7 +365,7 @@ long socket_mtu = 0; if (single_execution) { - if (pledge("stdio inet rpath wpath cpath", NULL) == -1) + if (pledge("stdio inet rpath wpath cpath tty", NULL) == -1) perror("pledge"); }