From a7008c8e9dec89809ff552c117a008f49faf72b4 Mon Sep 17 00:00:00 2001 From: Jakub Jelinek Date: Sun, 19 Dec 2004 23:44:54 +0000 Subject: Updated to fedora-glibc-20041219T2331 --- sunrpc/xcrypt.c | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'sunrpc') diff --git a/sunrpc/xcrypt.c b/sunrpc/xcrypt.c index 9f8c142649..ea8ff45105 100644 --- a/sunrpc/xcrypt.c +++ b/sunrpc/xcrypt.c @@ -69,13 +69,15 @@ static char hexval (char) internal_function; static void hex2bin (int, char *, char *) internal_function; static void bin2hex (int, unsigned char *, char *) internal_function; -static void passwd2des_internal (char *pw, char *key); - +void passwd2des_internal (char *pw, char *key); +#ifdef _LIBC +libc_hidden_proto (passwd2des_internal) +#endif /* * Turn password into DES key */ -static void +void passwd2des_internal (char *pw, char *key) { int i; @@ -88,6 +90,7 @@ passwd2des_internal (char *pw, char *key) } #ifdef _LIBC +libc_hidden_def (passwd2des_internal) strong_alias (passwd2des_internal, passwd2des) #else void passwd2des (char *pw, char *key) -- cgit v1.2.3