mirror of
https://git.FreeBSD.org/src.git
synced 2026-06-02 11:24:32 +00:00
pam_ssh: Fix build - chase OpenSSH function signature change
Reported by: dch
Fixes: 644b4646c7 ("OpenSSH: Update to 10.1p1")
Sponsored by: The FreeBSD Foundation
This commit is contained in:
@@ -62,7 +62,7 @@
|
||||
#include "sshkey.h"
|
||||
|
||||
#define ssh_add_identity(auth, key, comment) \
|
||||
ssh_add_identity_constrained(auth, key, comment, 0, 0, 0, NULL, NULL, 0)
|
||||
ssh_add_identity_constrained(auth, key, comment, 0, 0, NULL, NULL, 0)
|
||||
|
||||
extern char **environ;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user