=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/openssl/ca.c,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- src/usr.bin/openssl/ca.c 2015/10/17 07:51:10 1.18 +++ src/usr.bin/openssl/ca.c 2015/10/17 15:00:11 1.19 @@ -1,4 +1,4 @@ -/* $OpenBSD: ca.c,v 1.18 2015/10/17 07:51:10 semarie Exp $ */ +/* $OpenBSD: ca.c,v 1.19 2015/10/17 15:00:11 doug Exp $ */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * @@ -287,8 +287,10 @@ DB_ATTR db_attr; if (single_execution) { - if (pledge("stdio rpath wpath cpath tty", NULL) == -1) + if (pledge("stdio rpath wpath cpath tty", NULL) == -1) { perror("pledge"); + exit(1); + } } conf = NULL;