diff session.h @ 1108:2ebf450edc2d

Turn sshsession's remoteident attribute into char *
author Gaël PORTAY <gael.portay@gmail.com>
date Sat, 02 May 2015 22:48:11 +0200
parents 94ff5316980f
children 43a8ea69b24c
line wrap: on
line diff
--- a/session.h	Sat May 02 13:59:41 2015 +0200
+++ b/session.h	Sat May 02 22:48:11 2015 +0200
@@ -115,7 +115,7 @@
 	/* remotehost will be initially NULL as we delay
 	 * reading the remote version string. it will be set
 	 * by the time any recv_() packet methods are called */
-	unsigned char *remoteident; 
+	char *remoteident;
 
 	int maxfd; /* the maximum file descriptor to check with select() */