=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/openssl/passwd.c,v retrieving revision 1.12 retrieving revision 1.13 diff -c -r1.12 -r1.13 *** src/usr.bin/openssl/passwd.c 2021/12/12 20:40:25 1.12 --- src/usr.bin/openssl/passwd.c 2022/11/11 17:07:39 1.13 *************** *** 1,4 **** ! /* $OpenBSD: passwd.c,v 1.12 2021/12/12 20:40:25 tb Exp $ */ #if defined OPENSSL_NO_MD5 #define NO_MD5CRYPT_1 --- 1,4 ---- ! /* $OpenBSD: passwd.c,v 1.13 2022/11/11 17:07:39 joshua Exp $ */ #if defined OPENSSL_NO_MD5 #define NO_MD5CRYPT_1 *************** *** 145,155 **** int argsused; int ret = 1; ! if (single_execution) { ! if (pledge("stdio cpath wpath rpath tty", NULL) == -1) { ! perror("pledge"); ! exit(1); ! } } memset(&passwd_config, 0, sizeof(passwd_config)); --- 145,153 ---- int argsused; int ret = 1; ! if (pledge("stdio cpath wpath rpath tty", NULL) == -1) { ! perror("pledge"); ! exit(1); } memset(&passwd_config, 0, sizeof(passwd_config));