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
+1 -1
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;