summaryrefslogtreecommitdiff
path: root/lib/libc/include
diff options
context:
space:
mode:
authorchristos <christos@NetBSD.org>2006-06-23 17:15:18 +0000
committerchristos <christos@NetBSD.org>2006-06-23 17:15:18 +0000
commite9b01fa0619df8aeed1ef3a8b16c6a8b2cc8abf0 (patch)
tree9d3bd2bbfe1531f0163e16cfb4fcfff7f4575a06 /lib/libc/include
parentd02011e188ea106c659ebfafd11e68b192da5df6 (diff)
Make these weak as Matthias Drochner pointed out.
Diffstat (limited to 'lib/libc/include')
-rw-r--r--lib/libc/include/namespace.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/libc/include/namespace.h b/lib/libc/include/namespace.h
index 6e5611da7cb..5a6204922f6 100644
--- a/lib/libc/include/namespace.h
+++ b/lib/libc/include/namespace.h
@@ -1,4 +1,4 @@
-/* $NetBSD: namespace.h,v 1.116 2006/05/05 00:03:21 rpaulo Exp $ */
+/* $NetBSD: namespace.h,v 1.117 2006/06/23 17:15:18 christos Exp $ */
/*-
* Copyright (c) 1997-2004 The NetBSD Foundation, Inc.
@@ -346,6 +346,8 @@
#define hesiod_init _hesiod_init
#define hesiod_resolve _hesiod_resolve
#define hesiod_to_bind _hesiod_to_bind
+#define hmac_md5 _hmac_md5
+#define hmac_sha1 _hmac_sha1
#define iconv _iconv
#define iconv_open _iconv_open
#define iconv_close _iconv_close