From ea290108e4df9f93eda79789d9cde5441d6bdd55 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Mon, 14 Jun 2021 17:10:49 +0200 Subject: core: Also detect AuthEnvelopedData (AEAD for CMS) * src/data-identify.c (basic_detection): Add OID. Signed-off-by: Werner Koch --- src/data.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/data.c') diff --git a/src/data.c b/src/data.c index 70595907..14652938 100644 --- a/src/data.c +++ b/src/data.c @@ -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. */ -- cgit v1.2.3