From 543b7124d2f7b03917cd332855448ce547938035 Mon Sep 17 00:00:00 2001 From: Brian Somers Date: Mon, 9 Jul 2001 00:45:57 +0000 Subject: [PATCH] Staticise the OpenBSD SHA1_End() function --- usr.sbin/ppp/chap_ms.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr.sbin/ppp/chap_ms.c b/usr.sbin/ppp/chap_ms.c index 0c8c46873443..122ad230d0cc 100644 --- a/usr.sbin/ppp/chap_ms.c +++ b/usr.sbin/ppp/chap_ms.c @@ -180,7 +180,7 @@ GenerateNTResponse(char *AuthenticatorChallenge, char *PeerChallenge, #ifndef __FreeBSD__ #define LENGTH 20 -char * +static char * SHA1_End(SHA_CTX *ctx, char *buf) { int i;