=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/openssl/certhash.c,v retrieving revision 1.12 retrieving revision 1.13 diff -c -r1.12 -r1.13 *** src/usr.bin/openssl/certhash.c 2015/10/10 22:28:51 1.12 --- src/usr.bin/openssl/certhash.c 2015/10/17 15:00:11 1.13 *************** *** 650,657 **** int i, cwdfd, ret = 0; if (single_execution) { ! if (pledge("stdio rpath wpath cpath", NULL) == -1) perror("pledge"); } memset(&certhash_config, 0, sizeof(certhash_config)); --- 650,659 ---- int i, cwdfd, ret = 0; if (single_execution) { ! if (pledge("stdio rpath wpath cpath", NULL) == -1) { perror("pledge"); + exit(1); + } } memset(&certhash_config, 0, sizeof(certhash_config));