Staticise the OpenBSD SHA1_End() function

This commit is contained in:
Brian Somers 2001-07-09 00:45:57 +00:00
parent 4016f9e0c4
commit 543b7124d2
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=79437

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;