Staticise the OpenBSD SHA1_End() function

This commit is contained in:
brian 2001-07-09 00:45:57 +00:00
parent e3b3f682a9
commit e5e53f5188

View File

@ -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;