diff options
| author | Werner Koch <[email protected]> | 2021-06-14 15:10:49 +0000 |
|---|---|---|
| committer | Werner Koch <[email protected]> | 2021-06-14 15:10:49 +0000 |
| commit | ea290108e4df9f93eda79789d9cde5441d6bdd55 (patch) | |
| tree | 718a83d23a0b197abc1d9231b7074ee7bf23de81 /src/data.c | |
| parent | qt: Flush output after write for QProcess output (diff) | |
| download | gpgme-ea290108e4df9f93eda79789d9cde5441d6bdd55.tar.gz gpgme-ea290108e4df9f93eda79789d9cde5441d6bdd55.zip | |
core: Also detect AuthEnvelopedData (AEAD for CMS)
* src/data-identify.c (basic_detection): Add OID.
Signed-off-by: Werner Koch <[email protected]>
Diffstat (limited to '')
| -rw-r--r-- | src/data.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -52,7 +52,7 @@ */ struct property_s { - gpgme_data_t dh; /* The data objcet or NULL if the slot is not used. */ + gpgme_data_t dh; /* The data object or NULL if the slot is not used. */ uint64_t dserial; /* The serial number of the data object. */ struct { unsigned int blankout : 1; /* Void the held data. */ |
