=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/readconf.h,v retrieving revision 1.114 retrieving revision 1.115 diff -u -r1.114 -r1.115 --- src/usr.bin/ssh/readconf.h 2016/04/15 00:30:19 1.114 +++ src/usr.bin/ssh/readconf.h 2016/05/04 12:21:53 1.115 @@ -1,4 +1,4 @@ -/* $OpenBSD: readconf.h,v 1.114 2016/04/15 00:30:19 djm Exp $ */ +/* $OpenBSD: readconf.h,v 1.115 2016/05/04 12:21:53 markus Exp $ */ /* * Author: Tatu Ylonen @@ -101,6 +101,7 @@ struct sshkey *certificates[SSH_MAX_CERTIFICATE_FILES]; int add_keys_to_agent; + char *identity_agent; /* Optional path to ssh-agent socket */ /* Local TCP/IP forward requests. */ int num_local_forwards;