=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/openssl/pkey.c,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- src/usr.bin/openssl/pkey.c 2022/01/14 10:17:30 1.17 +++ src/usr.bin/openssl/pkey.c 2022/11/11 17:07:39 1.18 @@ -1,4 +1,4 @@ -/* $OpenBSD: pkey.c,v 1.17 2022/01/14 10:17:30 tb Exp $ */ +/* $OpenBSD: pkey.c,v 1.18 2022/11/11 17:07:39 joshua Exp $ */ /* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL * project 2006 */ @@ -221,11 +221,9 @@ char *passin = NULL, *passout = NULL; int ret = 1; - if (single_execution) { - if (pledge("stdio cpath wpath rpath tty", NULL) == -1) { - perror("pledge"); - exit(1); - } + if (pledge("stdio cpath wpath rpath tty", NULL) == -1) { + perror("pledge"); + exit(1); } memset(&pkey_config, 0, sizeof(pkey_config));