diff options
Diffstat (limited to '')
-rw-r--r-- | g10/main.h | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/g10/main.h b/g10/main.h index 4ccc2f658..dc5eb32c7 100644 --- a/g10/main.h +++ b/g10/main.h @@ -56,9 +56,15 @@ u16 checksum_mpi_counted_nbits( MPI a ); u32 buffer_to_u32( const byte *buffer ); int openpgp_cipher_test_algo( int algo ); -int openpgp_pk_test_algo( int algo ); +int openpgp_pk_test_algo( int algo, unsigned int usage_flags ); int openpgp_md_test_algo( int algo ); +int pubkey_get_npkey( int algo ); +int pubkey_get_nskey( int algo ); +int pubkey_get_nsig( int algo ); +int pubkey_get_nenc( int algo ); + + /*-- helptext.c --*/ void display_online_help( const char *keyword ); |