diff --git a/des.h b/des.h index 9903f034174ae9479740f7fc2ffa57dee607bec7..9f674736a5a9b9297322881727b8f648d1922946 100644 --- a/des.h +++ b/des.h @@ -35,6 +35,14 @@ #ifndef NETTLE_DES_H_INCLUDED #define NETTLE_DES_H_INCLUDED +/* Namespace mangling. + * + * FIXME: In the long run, all nettle symbols should probably have the + * prefix nettle_, with the appropriate header file defining + * shorthands. */ + +#define des_set_key nettle_des_set_key + #include <inttypes.h> #define DES_KEY_SIZE 8