Latest update.

This commit is contained in:
2019-05-23 12:02:56 +09:00
parent a7bf77581f
commit 64d458de91
185 changed files with 5859 additions and 2853 deletions
+1 -1
View File
@@ -40,7 +40,7 @@ static int sha256_final(void *ctx,
return 0;
}
static void *sha256_newctx(void)
static void *sha256_newctx(void *provctx)
{
SHA256_CTX *ctx = OPENSSL_zalloc(sizeof(*ctx));