Simon Josefsson wrote:
> I changed the namespace to gl_des as below.

After the complaints "gnulib is changing too fast" a few weeks ago, I think
it may help the gnulib users if we keep track of the incompatible changes
(removed modules, renamed functions etc.). I'm making a start by adding this
NEWS file.

==============================================================================
Important notes
---------------

User visible incompatible changes
---------------------------------

2007-03-12  The types and functions in lib/des.h have been renamed:
            des_ctx -> gl_des_ctx, tripledes_ctx -> gl_3des_ctx,
            des_is_weak_key -> gl_des_is_weak_key,
            des_setkey -> gl_des_setkey, des_makekey -> gl_des_makekey,
            des_ecb_crypt -> gl_des_ecb_crypt,
            des_ecb_encrypt -> gl_des_ecb_encrypt,
            des_ecb_decrypt -> gl_des_ecb_decrypt,
            tripledes_set2keys -> gl_3des_set2keys,
            tripledes_set3keys -> gl_3des_set3keys,
            tripledes_makekey -> gl_3des_makekey,
            tripledes_ecb_crypt -> gl_3des_ecb_crypt.



Reply via email to