Added missing return in winpr_Digest_New
(cherry picked from commit 0ea1957da5
)
This commit is contained in:
parent
525a7c8d16
commit
73c9755743
@ -434,6 +434,7 @@ WINPR_DIGEST_CTX* winpr_Digest_New(void)
|
||||
|
||||
fail:
|
||||
winpr_Digest_Free(ctx);
|
||||
return NULL;
|
||||
}
|
||||
|
||||
#if defined(WITH_OPENSSL)
|
||||
|
Loading…
Reference in New Issue
Block a user