The unified diff between revisions [d0935a5d..] and [e0686662..] is displayed below. It can also be downloaded as a raw diff.
This diff has been restricted to the following files: 'runopts.h'
#
#
# patch "runopts.h"
# from [b41d55b72bd1703f3be932422efc2838fa0c2a29]
# to [866a99e2213c6a2602a649a2915471ef4b39770a]
#
============================================================
--- runopts.h b41d55b72bd1703f3be932422efc2838fa0c2a29
+++ runopts.h 866a99e2213c6a2602a649a2915471ef4b39770a
@@ -95,7 +95,7 @@ typedef struct cli_runopts {
char *cmd;
int wantpty;
#ifdef ENABLE_CLI_PUBKEY_AUTH
- struct PubkeyList *pubkeys; /* Keys to use for public-key auth */
+ struct SignKeyList *privkeys; /* Keys to use for public-key auth */
#endif
#ifdef ENABLE_CLI_REMOTETCPFWD
struct TCPFwdList * remotefwds;