summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ppp/chap_ms.c
diff options
context:
space:
mode:
authorbrian <brian@FreeBSD.org>2001-07-09 00:45:57 +0000
committerbrian <brian@FreeBSD.org>2001-07-09 00:45:57 +0000
commite5e53f5188c0c1f8ed858fb53e468a29386c3091 (patch)
treea959910d4761aa31bfc5a8d073449187cd704331 /usr.sbin/ppp/chap_ms.c
parente3b3f682a92533b947c628852c979a09982f47a5 (diff)
downloadFreeBSD-src-e5e53f5188c0c1f8ed858fb53e468a29386c3091.zip
FreeBSD-src-e5e53f5188c0c1f8ed858fb53e468a29386c3091.tar.gz
Staticise the OpenBSD SHA1_End() function
Diffstat (limited to 'usr.sbin/ppp/chap_ms.c')
-rw-r--r--usr.sbin/ppp/chap_ms.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/ppp/chap_ms.c b/usr.sbin/ppp/chap_ms.c
index 0c8c468..122ad23 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;
OpenPOWER on IntegriCloud