From fb1fd7f6f4e5510b31adc1c0ab1d1f025e77ffbe Mon Sep 17 00:00:00 2001 From: Matt Johnston Date: Fri, 8 Jul 2005 11:32:09 +0000 Subject: rename PubkeyList to SignKeyList for clarity --HG-- extra : convert_revision : 838e354daf3ae9a1dce710526c37fec9859ee6d1 --- auth.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'auth.h') diff --git a/auth.h b/auth.h index 399db2d..548e017 100644 --- a/auth.h +++ b/auth.h @@ -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 */ -- cgit v1.2.3