=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/openssl/gendsa.c,v retrieving revision 1.15 retrieving revision 1.16 diff -c -r1.15 -r1.16 *** src/usr.bin/openssl/gendsa.c 2022/01/14 09:25:00 1.15 --- src/usr.bin/openssl/gendsa.c 2022/11/11 17:07:39 1.16 *************** *** 1,4 **** ! /* $OpenBSD: gendsa.c,v 1.15 2022/01/14 09:25:00 tb Exp $ */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * --- 1,4 ---- ! /* $OpenBSD: gendsa.c,v 1.16 2022/11/11 17:07:39 joshua Exp $ */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * *************** *** 229,239 **** char *passout = NULL; BIO *out = NULL, *in = NULL; ! if (single_execution) { ! if (pledge("stdio cpath wpath rpath tty", NULL) == -1) { ! perror("pledge"); ! exit(1); ! } } memset(&gendsa_config, 0, sizeof(gendsa_config)); --- 229,237 ---- char *passout = NULL; BIO *out = NULL, *in = NULL; ! if (pledge("stdio cpath wpath rpath tty", NULL) == -1) { ! perror("pledge"); ! exit(1); } memset(&gendsa_config, 0, sizeof(gendsa_config));