1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-02 22:46:30 +02:00

* cipher.h (pubkey_verify): Remove old unused code.

This commit is contained in:
David Shaw 2003-12-17 19:01:22 +00:00
parent f5d4b8dc06
commit 64dd0c4226
2 changed files with 5 additions and 2 deletions

View file

@ -185,8 +185,7 @@ int pubkey_check_secret_key( int algo, MPI *skey );
int pubkey_encrypt( int algo, MPI *resarr, MPI data, MPI *pkey );
int pubkey_decrypt( int algo, MPI *result, MPI *data, MPI *skey );
int pubkey_sign( int algo, MPI *resarr, MPI hash, MPI *skey );
int pubkey_verify( int algo, MPI hash, MPI *data, MPI *pkey,
int (*cmp)(void *, MPI), void *opaque );
int pubkey_verify( int algo, MPI hash, MPI *data, MPI *pkey );
/*-- smallprime.c --*/
extern ushort small_prime_numbers[];