=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/ssh-agent.c,v retrieving revision 1.197 retrieving revision 1.198 diff -u -r1.197 -r1.198 --- src/usr.bin/ssh/ssh-agent.c 2015/01/28 22:36:00 1.197 +++ src/usr.bin/ssh/ssh-agent.c 2015/03/03 21:21:13 1.198 @@ -1,4 +1,4 @@ -/* $OpenBSD: ssh-agent.c,v 1.197 2015/01/28 22:36:00 djm Exp $ */ +/* $OpenBSD: ssh-agent.c,v 1.198 2015/03/03 21:21:13 djm Exp $ */ /* * Author: Tatu Ylonen * Copyright (c) 1995 Tatu Ylonen , Espoo, Finland @@ -525,6 +525,7 @@ * XXX this and the corresponding serialisation function probably belongs * in key.c */ +#ifdef WITH_SSH1 static int agent_decode_rsa1(struct sshbuf *m, struct sshkey **kp) { @@ -562,6 +563,7 @@ sshkey_free(k); return r; } +#endif /* WITH_SSH1 */ static void process_add_identity(SocketEntry *e, int version)