From 4114f4400d8330bc4a90d094a75a418f4a9d00a1 Mon Sep 17 00:00:00 2001 From: Karl-Heinz Zimmer Date: Fri, 28 Jun 2002 14:12:18 +0000 Subject: internal AEgypten bugfix #1131: get full list of emails stored in certificated used for signing a received message --- gpgmeplug/cryptplug.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'gpgmeplug/cryptplug.h') diff --git a/gpgmeplug/cryptplug.h b/gpgmeplug/cryptplug.h index 6d901d94..26a7e90e 100644 --- a/gpgmeplug/cryptplug.h +++ b/gpgmeplug/cryptplug.h @@ -1518,8 +1518,9 @@ struct SignatureMetaDataExtendedInfo char* algo; char* userid; char* name; - char* email; char* comment; + char** emailList; + int emailCount; unsigned long algo_num; unsigned long validity; unsigned long userid_num; -- cgit v1.2.3