Thanks to visit codestin.com
Credit goes to code.neomutt.org

NeoMutt  2025-12-11-189-gceedb6
Teaching an old dog new tricks
DOXYGEN
Loading...
Searching...
No Matches
CryptCache Struct Reference

Internal cache for GPGME. More...

+ Collaboration diagram for CryptCache:

Data Fields

char * what
 Cached key identifier.
 
char * dflt
 Default key ID.
 
struct CryptCachenext
 Linked list.
 

Detailed Description

Internal cache for GPGME.

Definition at line 84 of file crypt_gpgme.c.

Field Documentation

◆ what

char* CryptCache::what

Cached key identifier.

Definition at line 86 of file crypt_gpgme.c.

◆ dflt

char* CryptCache::dflt

Default key ID.

Definition at line 87 of file crypt_gpgme.c.

◆ next

struct CryptCache* CryptCache::next

Linked list.

Definition at line 88 of file crypt_gpgme.c.


The documentation for this struct was generated from the following file: