diff options
Diffstat (limited to 'g10/build-packet.c')
-rw-r--r-- | g10/build-packet.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/g10/build-packet.c b/g10/build-packet.c index fd1540528..e7bc3f638 100644 --- a/g10/build-packet.c +++ b/g10/build-packet.c @@ -763,8 +763,10 @@ build_sig_subpkt (PKT_signature *sig, sigsubpkttype_t type, nlen = 1; /* just a 1 byte length header */ switch( type ) { - case SIGSUBPKT_ISSUER: case SIGSUBPKT_PRIV_VERIFY_CACHE: /*(obsolete)*/ + BUG(); + break; + case SIGSUBPKT_ISSUER: hashed = 0; break; default: |