From 970ed8467564458cf939c03eee17ce452e937fb4 Mon Sep 17 00:00:00 2001 From: brian Date: Mon, 9 Jul 2001 00:47:37 +0000 Subject: Staticise SHA1_End() --- usr.sbin/ppp/ppp/chap_ms.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'usr.sbin/ppp') diff --git a/usr.sbin/ppp/ppp/chap_ms.c b/usr.sbin/ppp/ppp/chap_ms.c index 1684d6dfc80..915f33db652 100644 --- a/usr.sbin/ppp/ppp/chap_ms.c +++ b/usr.sbin/ppp/ppp/chap_ms.c @@ -19,7 +19,7 @@ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * $OpenBSD: chap_ms.c,v 1.8 2001/04/05 02:24:05 brian Exp $ + * $OpenBSD: chap_ms.c,v 1.9 2001/07/09 00:47:36 brian Exp $ * */ @@ -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; -- cgit v1.2.3