bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: des: compilation error on MacOS X


From: Bruno Haible
Subject: Re: des: compilation error on MacOS X
Date: Mon, 12 Mar 2007 14:42:06 +0100
User-agent: KMail/1.9.1

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

[Prev in Thread] Current Thread [Next in Thread]