chiark / gitweb /
gpg: Handle critical marked 'Reason for Revocation'.
[gnupg2.git] / g10 / parse-packet.c
index 7f44ce532c782270f4a9a93aa1a25ebb4c34ca2d..bbb784a908c6d996767dff8aeded48eb97efcf2d 100644 (file)
@@ -1572,6 +1572,7 @@ can_handle_critical (const byte * buffer, size_t n, int type)
       /* Is it enough to show the policy or keyserver? */
     case SIGSUBPKT_POLICY:
     case SIGSUBPKT_PREF_KS:
+    case SIGSUBPKT_REVOC_REASON: /* At least we know about it.  */
       return 1;
 
     default: