diff options
Diffstat (limited to '')
-rw-r--r-- | gpgmeplug/cryptplug.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gpgmeplug/cryptplug.h b/gpgmeplug/cryptplug.h index 0c00f3c4..b6873454 100644 --- a/gpgmeplug/cryptplug.h +++ b/gpgmeplug/cryptplug.h @@ -1701,8 +1701,8 @@ struct DnPair { struct CertificateInfo { char** userid; - char** issuer; - struct DnPair *dnarray; + char* issuer; + struct DnPair *dnarray; /* parsed values from userid[0] */ }; /*! \function struct CertIterator* startListCertificates( void ); |