mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
See ChangeLog: Mon Jul 31 10:04:47 CEST 2000 Werner Koch
This commit is contained in:
parent
d81c3f733b
commit
7a8c8b4826
26 changed files with 7611 additions and 7251 deletions
|
@ -87,7 +87,7 @@ pk_decrypt( int algo, MPI *result, MPI *data, MPI *skey )
|
|||
if( rc )
|
||||
return rc;
|
||||
|
||||
*result = gcry_sexp_car_mpi( s_plain, 0 );
|
||||
*result = gcry_sexp_nth_mpi( s_plain, 0, 0 );
|
||||
gcry_sexp_release( s_plain );
|
||||
if( !*result )
|
||||
return -1; /* oops */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue