Skip to content
Snippets Groups Projects
Commit f89eac73 authored by Niels Möller's avatar Niels Möller
Browse files

(des_set_key): Name mangling, linker symbols should use a

"nettle_" prefix, and this one collided with openssl. Perhaps all
symbols should be mangled in a similar way, but that's for later.

Rev: src/nettle/des.h:1.7
parent 5b5a6130
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment