Latest update.
This commit is contained in:
@@ -51,7 +51,8 @@ static void *siphash_new(void *provctx)
|
||||
{
|
||||
struct siphash_data_st *ctx = OPENSSL_zalloc(sizeof(*ctx));
|
||||
|
||||
ctx->provctx = provctx;
|
||||
if (ctx != NULL)
|
||||
ctx->provctx = provctx;
|
||||
return ctx;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user