diff options
Diffstat (limited to '')
-rw-r--r-- | g10/main.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/g10/main.h b/g10/main.h index efb528aed..0d04911d7 100644 --- a/g10/main.h +++ b/g10/main.h @@ -64,7 +64,6 @@ int disable_core_dumps(void); u16 checksum_u16( unsigned n ); u16 checksum( byte *p, unsigned n ); u16 checksum_mpi( MPI a ); -u16 checksum_mpi_counted_nbits( MPI a ); u32 buffer_to_u32( const byte *buffer ); const byte *get_session_marker( size_t *rlen ); int openpgp_cipher_test_algo( int algo ); |