=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/openssl/ecparam.c,v retrieving revision 1.21 retrieving revision 1.22 diff -u -r1.21 -r1.22 --- src/usr.bin/openssl/ecparam.c 2021/05/10 20:58:32 1.21 +++ src/usr.bin/openssl/ecparam.c 2022/11/11 17:07:38 1.22 @@ -1,4 +1,4 @@ -/* $OpenBSD: ecparam.c,v 1.21 2021/05/10 20:58:32 tb Exp $ */ +/* $OpenBSD: ecparam.c,v 1.22 2022/11/11 17:07:38 joshua Exp $ */ /* * Written by Nils Larsch for the OpenSSL project. */ @@ -259,11 +259,9 @@ BIO *in = NULL, *out = NULL; int i, ret = 1; - if (single_execution) { - if (pledge("stdio cpath wpath rpath", NULL) == -1) { - perror("pledge"); - exit(1); - } + if (pledge("stdio cpath wpath rpath", NULL) == -1) { + perror("pledge"); + exit(1); } memset(&ecparam_config, 0, sizeof(ecparam_config));