=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/openssl/crl2p7.c,v retrieving revision 1.9 retrieving revision 1.10 diff -c -r1.9 -r1.10 *** src/usr.bin/openssl/crl2p7.c 2019/07/14 03:30:45 1.9 --- src/usr.bin/openssl/crl2p7.c 2022/11/11 17:07:38 1.10 *************** *** 1,4 **** ! /* $OpenBSD: crl2p7.c,v 1.9 2019/07/14 03:30:45 guenther Exp $ */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * --- 1,4 ---- ! /* $OpenBSD: crl2p7.c,v 1.10 2022/11/11 17:07:38 joshua Exp $ */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * *************** *** 169,179 **** STACK_OF(X509) *cert_stack = NULL; int ret = 1; ! if (single_execution) { ! if (pledge("stdio cpath wpath rpath", NULL) == -1) { ! perror("pledge"); ! exit(1); ! } } memset(&crl2p7_config, 0, sizeof(crl2p7_config)); --- 169,177 ---- STACK_OF(X509) *cert_stack = NULL; int ret = 1; ! if (pledge("stdio cpath wpath rpath", NULL) == -1) { ! perror("pledge"); ! exit(1); } memset(&crl2p7_config, 0, sizeof(crl2p7_config));