=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/openssl/s_client.c,v retrieving revision 1.26 retrieving revision 1.27 diff -u -r1.26 -r1.27 --- src/usr.bin/openssl/s_client.c 2015/12/01 01:24:47 1.26 +++ src/usr.bin/openssl/s_client.c 2015/12/01 12:01:56 1.27 @@ -1,4 +1,4 @@ -/* $OpenBSD: s_client.c,v 1.26 2015/12/01 01:24:47 beck Exp $ */ +/* $OpenBSD: s_client.c,v 1.27 2015/12/01 12:01:56 jca 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 dns rpath wpath cpath tty dns", NULL) == -1) { + if (pledge("stdio inet dns rpath wpath cpath tty", NULL) == -1) { perror("pledge"); exit(1); }