diff session.h @ 551:c3f2ec71e3d4 agent-client

New standard linked list to use, rather than adhoc SignKeyList or TCPFwdList
author Matt Johnston <matt@ucc.asn.au>
date Mon, 06 Jul 2009 12:59:13 +0000
parents 61c3513825b0
children 7f66b8e40f2d
line wrap: on
line diff
--- a/session.h	Wed Jul 01 06:27:27 2009 +0000
+++ b/session.h	Mon Jul 06 12:59:13 2009 +0000
@@ -261,7 +261,7 @@
 									  info request from the server for
 									  interactive auth.*/
 #endif
-	struct SignKeyList *lastprivkey;
+	sign_key *lastprivkey;
 
 	int retval; /* What the command exit status was - we emulate it */
 #if 0