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:
parent
94c45b7ff3
commit
9b12847f25
4 changed files with 4 additions and 2 deletions
|
@ -1734,7 +1734,7 @@ parse_encrypted( IOBUF inp, int pkttype, unsigned long pktlen,
|
|||
/* fixme: add some pktlen sanity checks */
|
||||
int version;
|
||||
|
||||
#warning decrementing pktlen here is bad as it gives a bad valie in the listing
|
||||
#warning decrementing pktlen here is bad as it gives a bad value in the listing
|
||||
version = iobuf_get_noeof(inp); pktlen--;
|
||||
if( version != 1 ) {
|
||||
log_error("encrypted_mdc packet with unknown version %d\n",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue