diff options
author | brian <brian@cvs.openbsd.org> | 2001-07-09 00:47:37 +0000 |
---|---|---|
committer | brian <brian@cvs.openbsd.org> | 2001-07-09 00:47:37 +0000 |
commit | 970ed8467564458cf939c03eee17ce452e937fb4 (patch) | |
tree | c554f12e2d2a6710a89cc319655b205728a5215e /usr.sbin/ppp | |
parent | 6d7c617fed66555616f380773c3e1495c9d77cb6 (diff) |
Staticise SHA1_End()
Diffstat (limited to 'usr.sbin/ppp')
-rw-r--r-- | usr.sbin/ppp/ppp/chap_ms.c | 4 |
1 files changed, 2 insertions, 2 deletions
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; |