diff options
author | Werner Koch <[email protected]> | 2002-09-11 07:28:44 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2002-09-11 07:28:44 +0000 |
commit | 7a71a26d590666b8cdaa3165fb488db6b0673533 (patch) | |
tree | 3585d493dfc9db71b1f1d16c501a4b308dd52e1c /mpi/ChangeLog | |
parent | * g10.c, options.h: Removed option --emulate-checksum-bug. (diff) | |
download | gnupg-RC-1-2-3rc1.tar.gz gnupg-RC-1-2-3rc1.zip |
* mpi-bit.c (mpi_normalize): Replaced the check for protected byV1-2-5V1-2-4V1-2-3RC-1-2-5rc2RC-1-2-5rc1RC-1-2-4rc1RC-1-2-3rc2RC-1-2-3rc1
is_opaque.
(mpi_get_nbits): Removed the special case for protected MPIs.
* mpicoder.c (do_get_buffer): Likewise.
(mpi_print): Removed the nbit_info printing.
Diffstat (limited to 'mpi/ChangeLog')
-rw-r--r-- | mpi/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/mpi/ChangeLog b/mpi/ChangeLog index f20251ab4..238f69f31 100644 --- a/mpi/ChangeLog +++ b/mpi/ChangeLog @@ -1,3 +1,11 @@ +2002-09-10 Werner Koch <[email protected]> + + * mpi-bit.c (mpi_normalize): Replaced the check for protected by + is_opaque. + (mpi_get_nbits): Removed the special case for protected MPIs. + * mpicoder.c (do_get_buffer): Likewise. + (mpi_print): Removed the nbit_info printing. + 2002-09-03 Werner Koch <[email protected]> * mpicoder.c (mpi_set_buffer): Cast all left operands of a shift |