diff options
Diffstat (limited to 'src/sig-notation.c')
| -rw-r--r-- | src/sig-notation.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/sig-notation.c b/src/sig-notation.c index bebf426e..30573ca2 100644 --- a/src/sig-notation.c +++ b/src/sig-notation.c @@ -58,6 +58,7 @@ sig_notation_set_flags (gpgme_sig_notation_t notation, accessible individually for the user. */ notation->human_readable = flags & GPGME_SIG_NOTATION_HUMAN_READABLE ? 1 : 0; notation->critical = flags & GPGME_SIG_NOTATION_CRITICAL ? 1 : 0; + notation->unprotected = flags & GPGME_SIG_NOTATION_UNPROTECTED ? 1 : 0; notation->flags = flags; } |
