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 /include/ChangeLog | |
parent | * g10.c, options.h: Removed option --emulate-checksum-bug. (diff) | |
download | gnupg-RC-1-2-5rc1.tar.gz gnupg-RC-1-2-5rc1.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 '')
-rw-r--r-- | include/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/ChangeLog b/include/ChangeLog index e7db18284..d486b05de 100644 --- a/include/ChangeLog +++ b/include/ChangeLog @@ -1,3 +1,9 @@ +2002-09-10 Werner Koch <[email protected]> + + * mpi.h (mpi_is_protected, mpi_set_protect_flag) + (mpi_clear_protect_flag): Removed. + (mpi_get_nbit_info, mpi_set_nbit_info): Removed. + 2002-08-13 David Shaw <[email protected]> * cipher.h: Add AES aliases for RIJNDAEL algo numbers. |