Build fix for with-OpenSSL SHA handling

This commit is contained in:
Brian Cox 2016-03-26 01:38:25 -07:00
parent 184bfe63eb
commit bb4ef956c0
1 changed files with 1 additions and 1 deletions

View File

@ -627,7 +627,7 @@ void cSHASignature::Finit()
TSTRING cSHASignature::AsString(void) const TSTRING cSHASignature::AsString(void) const
{ {
TSTRING ret; TSTRING ret;
char* char* ps_signature;
char buf[100]; char buf[100];
int length; int length;