mirror of
git://git.gnupg.org/gnupg.git
synced 2025-02-26 20:31:06 +01:00
*** empty log message ***
This commit is contained in:
parent
3b6a0c36a2
commit
fade87da08
@ -271,8 +271,6 @@ proc_symkey_enc( CTX c, PACKET *pkt )
|
|||||||
enc = pkt->pkt.symkey_enc;
|
enc = pkt->pkt.symkey_enc;
|
||||||
if (!enc)
|
if (!enc)
|
||||||
log_error ("invalid symkey encrypted packet\n");
|
log_error ("invalid symkey encrypted packet\n");
|
||||||
else if (enc->seskeylen)
|
|
||||||
log_error ("symkey_enc packet with session keys are not supported!\n");
|
|
||||||
else {
|
else {
|
||||||
int algo = enc->cipher_algo;
|
int algo = enc->cipher_algo;
|
||||||
const char *s;
|
const char *s;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user