=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/openssl/dsa.c,v retrieving revision 1.16 retrieving revision 1.17 diff -c -r1.16 -r1.17 *** src/usr.bin/openssl/dsa.c 2022/01/14 09:23:42 1.16 --- src/usr.bin/openssl/dsa.c 2022/11/11 17:07:38 1.17 *************** *** 1,4 **** ! /* $OpenBSD: dsa.c,v 1.16 2022/01/14 09:23:42 tb Exp $ */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * --- 1,4 ---- ! /* $OpenBSD: dsa.c,v 1.17 2022/11/11 17:07:38 joshua Exp $ */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * *************** *** 236,246 **** BIO *in = NULL, *out = NULL; char *passin = NULL, *passout = NULL; ! if (single_execution) { ! if (pledge("stdio cpath wpath rpath tty", NULL) == -1) { ! perror("pledge"); ! exit(1); ! } } memset(&dsa_config, 0, sizeof(dsa_config)); --- 236,244 ---- BIO *in = NULL, *out = NULL; char *passin = NULL, *passout = NULL; ! if (pledge("stdio cpath wpath rpath tty", NULL) == -1) { ! perror("pledge"); ! exit(1); } memset(&dsa_config, 0, sizeof(dsa_config));