=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/openssl/errstr.c,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- src/usr.bin/openssl/errstr.c 2019/07/14 03:30:45 1.7 +++ src/usr.bin/openssl/errstr.c 2022/11/11 17:07:39 1.8 @@ -1,4 +1,4 @@ -/* $OpenBSD: errstr.c,v 1.7 2019/07/14 03:30:45 guenther Exp $ */ +/* $OpenBSD: errstr.c,v 1.8 2022/11/11 17:07:39 joshua Exp $ */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * @@ -98,11 +98,9 @@ char buf[256]; int ret = 0; - if (single_execution) { - if (pledge("stdio rpath", NULL) == -1) { - perror("pledge"); - exit(1); - } + if (pledge("stdio rpath", NULL) == -1) { + perror("pledge"); + exit(1); } memset(&errstr_config, 0, sizeof(errstr_config));