mirror of
git://git.gnupg.org/gnupg.git
synced 2025-03-28 22:49:59 +01:00
OOps commited an old version. Fixed now.
This commit is contained in:
parent
35d41eb927
commit
947440b275
@ -2814,7 +2814,8 @@ ccid_transceive (ccid_driver_t handle,
|
|||||||
if (use_crc)
|
if (use_crc)
|
||||||
tpdu[tpdulen++] = (edc >> 8);
|
tpdu[tpdulen++] = (edc >> 8);
|
||||||
tpdu[tpdulen++] = edc;
|
tpdu[tpdulen++] = edc;
|
||||||
DEBUGOUT ("T=1: requesting re-sync\n");
|
resyncing = 1;
|
||||||
|
DEBUGOUT ("T=1: requesting resync\n");
|
||||||
}
|
}
|
||||||
else if (retries > 3)
|
else if (retries > 3)
|
||||||
{
|
{
|
||||||
@ -2871,7 +2872,6 @@ ccid_transceive (ccid_driver_t handle,
|
|||||||
if (use_crc)
|
if (use_crc)
|
||||||
tpdu[tpdulen++] = (edc >> 8);
|
tpdu[tpdulen++] = (edc >> 8);
|
||||||
tpdu[tpdulen++] = edc;
|
tpdu[tpdulen++] = edc;
|
||||||
resyncing = 1;
|
|
||||||
DEBUGOUT_1 ("T=1: requesting an ifsc=%d\n", ifsc);
|
DEBUGOUT_1 ("T=1: requesting an ifsc=%d\n", ifsc);
|
||||||
}
|
}
|
||||||
else if ( !(tpdu[1] & 0x20) && (tpdu[1] & 0x1f) == 3 && tpdu[2])
|
else if ( !(tpdu[1] & 0x20) && (tpdu[1] & 0x1f) == 3 && tpdu[2])
|
||||||
|
Loading…
x
Reference in New Issue
Block a user