]> git.ipfire.org Git - thirdparty/openssh-portable.git/commit
upstream: Remove now-redundant perm_ok arg since
authordtucker@openbsd.org <dtucker@openbsd.org>
Mon, 5 Aug 2019 11:50:33 +0000 (11:50 +0000)
committerDamien Miller <djm@mindrot.org>
Thu, 8 Aug 2019 06:40:09 +0000 (16:40 +1000)
commit6b39a7b49ebacec4e70e24bfc8ea2f11057aac22
tree5b43a6b0e136280a269f1161fad9a07b8a2af827
parentd46075b923bf25e6f25959a3f5b458852161cb3e
upstream: Remove now-redundant perm_ok arg since

sshkey_load_private_type will now return SSH_ERR_KEY_BAD_PERMISSIONS in that
case.  Patch from jitendra.sharma at intel.com, ok djm@

OpenBSD-Commit-ID: 07916a17ed0a252591b71e7fb4be2599cb5b0c77
authfile.c
authfile.h
sshconnect2.c