mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
add-key works
This commit is contained in:
parent
f9a7043782
commit
eed2faab53
69 changed files with 2342 additions and 821 deletions
|
@ -703,8 +703,13 @@ fake_packet( armor_filter_context_t *afx, IOBUF a,
|
|||
break;
|
||||
|
||||
case fhdrENDClearsig:
|
||||
assert( emplines );
|
||||
emplines--; /* don't count the last one */
|
||||
/* FIXME: this is wrong: Only the last CRLF should
|
||||
* not be included in the hash, muts rewrite the FSM again
|
||||
* This proble does only occur if the last line does not end
|
||||
* in with a LF?
|
||||
*/
|
||||
if( emplines )
|
||||
emplines--; /* don't count the last one */
|
||||
state = fhdrENDClearsigHelp;
|
||||
afx->helplen = n;
|
||||
break;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue