]> git.ipfire.org Git - thirdparty/nettle.git/commitdiff
*** empty log message ***
authorNiels Möller <nisse@lysator.liu.se>
Thu, 26 Feb 2004 09:31:08 +0000 (10:31 +0100)
committerNiels Möller <nisse@lysator.liu.se>
Thu, 26 Feb 2004 09:31:08 +0000 (10:31 +0100)
Rev: src/nettle/ChangeLog:1.255

ChangeLog

index 087d83490044efded3289a8a468b1694c0c9d6b4..8bc0cb43870f7068ec3a7173266ee90cf27d53fe 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,18 @@
+2004-02-26  Niels Möller  <nisse@lysator.liu.se>
+
+       * nettle-meta.h (nettle_crypt_func): Typedef moved to cbc.h.
+       Include cbc.h instead.
+
+       * des-compat.c: Reverted const change, now all the des_key_sched
+       arguments are not const. This is also what openssl's interface
+       looks like.
+       (cbc_crypt_func): Deleted typedef, use nettle_crypt_func instead.       
+
+       * cbc.h (nettle_crypt_func): Moved typedef here.        
+       * cbc.c (cbc_encrypt, cbc_decrypt_internal, cbc_decrypt): Use it
+       for typing the f argument. Reverted the const change, for
+       compatibility with nettle_crypt_func.
+
 2004-02-25  Niels Möller  <nisse@lysator.liu.se>
 
        * testsuite/des-compat-test.c: Use des_cblock for typing more of