diff options
| author | Werner Koch <[email protected]> | 1998-06-25 10:19:08 +0000 |
|---|---|---|
| committer | Werner Koch <[email protected]> | 1998-06-25 10:19:08 +0000 |
| commit | 06fd61d081367d1c7bdf7fd653fe56527ee2320a (patch) | |
| tree | de84926892e4038c81953f635f8c3c52a9945d62 /g10/main.h | |
| parent | some more internall structure changes (diff) | |
| download | gnupg-06fd61d081367d1c7bdf7fd653fe56527ee2320a.tar.gz gnupg-06fd61d081367d1c7bdf7fd653fe56527ee2320a.zip | |
nearly ready for 0.3.0
Diffstat (limited to 'g10/main.h')
| -rw-r--r-- | g10/main.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/g10/main.h b/g10/main.h index 0b30084e3..c50a07147 100644 --- a/g10/main.h +++ b/g10/main.h @@ -50,6 +50,7 @@ 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 ); /*-- encode.c --*/ int encode_symmetric( const char *filename ); |
