1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-03 22:56:33 +02:00

Add missing stub, fixed comment typos

This commit is contained in:
Werner Koch 2000-12-28 19:32:55 +00:00
parent 94c45b7ff3
commit 9b12847f25
4 changed files with 4 additions and 2 deletions

View file

@ -143,7 +143,7 @@ add_gpg_control( CTX c, PACKET *pkt )
}
else if ( pkt->pkt.gpg_control->control == 2 ) {
/* Pipemode control packet */
#warning We have to do some sanit checks all over the place
#warning We have to do some sanity checks all over the place
if ( pkt->pkt.gpg_control->datalen < 2 )
log_fatal ("invalid pipemode control packet length\n");
if (pkt->pkt.gpg_control->data[0] == 1) {