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: 'auth.h'

#
#
# patch "auth.h"
#  from [ff1ddd99ccdd09f16eabf2e22e5384dabf33543d]
#    to [aac1a55d01be93e35ab5b0281b9760f8c8ec79d1]
#
============================================================
--- auth.h	ff1ddd99ccdd09f16eabf2e22e5384dabf33543d
+++ auth.h	aac1a55d01be93e35ab5b0281b9760f8c8ec79d1
@@ -84,13 +84,13 @@ struct AuthState {

 };

-struct PubkeyList;
-/* A singly linked list of pubkeys */
-struct PubkeyList {
+struct SignKeyList;
+/* A singly linked list of signing keys */
+struct SignKeyList {

 	sign_key *key;
 	int type; /* The type of key */
-	struct PubkeyList *next;
+	struct SignKeyList *next;
 	/* filename? or the buffer? for encrypted keys, so we can later get
 	 * the private key portion */