Loading crypto/dh/dh_check.c +1 −0 Original line number Diff line number Diff line Loading @@ -82,6 +82,7 @@ int DH_check(const DH *dh, int *ret) if (ctx == NULL) goto err; BN_CTX_start(ctx); t1=BN_CTX_get(ctx); if (t1 == NULL) goto err; t2=BN_CTX_get(ctx); if (t2 == NULL) goto err; Loading Loading
crypto/dh/dh_check.c +1 −0 Original line number Diff line number Diff line Loading @@ -82,6 +82,7 @@ int DH_check(const DH *dh, int *ret) if (ctx == NULL) goto err; BN_CTX_start(ctx); t1=BN_CTX_get(ctx); if (t1 == NULL) goto err; t2=BN_CTX_get(ctx); if (t2 == NULL) goto err; Loading