summaryrefslogtreecommitdiff
path: root/nettle-meta-hashes.c
diff options
context:
space:
mode:
Diffstat (limited to 'nettle-meta-hashes.c')
-rw-r--r--nettle-meta-hashes.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/nettle-meta-hashes.c b/nettle-meta-hashes.c
index 5df6f794..37552ede 100644
--- a/nettle-meta-hashes.c
+++ b/nettle-meta-hashes.c
@@ -37,9 +37,7 @@
#include "nettle-meta.h"
-#undef nettle_hashes
-
-const struct nettle_hash * const nettle_hashes[] = {
+const struct nettle_hash * const _nettle_hashes[] = {
&nettle_md2,
&nettle_md4,
&nettle_md5,
@@ -59,5 +57,5 @@ const struct nettle_hash * const nettle_hashes[] = {
const struct nettle_hash * const *
nettle_get_hashes (void)
{
- return nettle_hashes;
+ return _nettle_hashes;
}