author | Volker Birk <vb@pep-project.org> |
Sun, 10 May 2015 09:45:33 +0200 | |
changeset 262 | 64f7088da78b |
parent 261 | c007f4b3818a |
child 264 | 22c746eab376 |
child 265 | e44786990bdf |
1.1 --- a/src/message_api.c Sat May 09 19:34:52 2015 +0200 1.2 +++ b/src/message_api.c Sun May 10 09:45:33 2015 +0200 1.3 @@ -838,7 +838,7 @@ 1.4 ctext = src->longmsg; 1.5 csize = strlen(ctext); 1.6 1.7 - decrypt_status = cryptotech[crypto].decrypt_and_verify(session, ctext, csize, 1.8 + status = cryptotech[crypto].decrypt_and_verify(session, ctext, csize, 1.9 &ptext, &psize, &_keylist); 1.10 if (status > PEP_CANNOT_DECRYPT_UNKNOWN) 1.11 goto pep_error;