diff options
| author | Steffen Hansen <[email protected]> | 2002-05-30 17:19:11 +0000 | 
|---|---|---|
| committer | Steffen Hansen <[email protected]> | 2002-05-30 17:19:11 +0000 | 
| commit | fda851bfd98f2d70e68e8b1526c0df6520a23524 (patch) | |
| tree | 23f9f6d8316b2de3805227500a5e29961e59bd3f /gpgmeplug/cryptplug.h | |
| parent | * key.c (gpgme_key_get_string_attr): Return NULL when asking for (diff) | |
| download | gpgme-fda851bfd98f2d70e68e8b1526c0df6520a23524.tar.gz gpgme-fda851bfd98f2d70e68e8b1526c0df6520a23524.zip | |
small fix
Diffstat (limited to 'gpgmeplug/cryptplug.h')
| -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 ); | 
