=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/openssl/req.c,v retrieving revision 1.23 retrieving revision 1.24 diff -c -r1.23 -r1.24 *** src/usr.bin/openssl/req.c 2022/02/03 17:44:04 1.23 --- src/usr.bin/openssl/req.c 2022/11/11 17:07:39 1.24 *************** *** 1,4 **** ! /* $OpenBSD: req.c,v 1.23 2022/02/03 17:44:04 tb Exp $ */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * --- 1,4 ---- ! /* $OpenBSD: req.c,v 1.24 2022/11/11 17:07:39 joshua Exp $ */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * *************** *** 563,573 **** const EVP_MD *md_alg = NULL; char *p; ! if (single_execution) { ! if (pledge("stdio cpath wpath rpath tty", NULL) == -1) { ! perror("pledge"); ! exit(1); ! } } memset(&req_config, 0, sizeof(req_config)); --- 563,571 ---- const EVP_MD *md_alg = NULL; char *p; ! if (pledge("stdio cpath wpath rpath tty", NULL) == -1) { ! perror("pledge"); ! exit(1); } memset(&req_config, 0, sizeof(req_config));