Refactor rsa_test
authorMatt Caswell <matt@openssl.org>
Fri, 22 Jan 2021 15:49:31 +0000 (15:49 +0000)
committerMatt Caswell <matt@openssl.org>
Tue, 16 Feb 2021 11:36:18 +0000 (11:36 +0000)
commit4357b6174a165f43e5627eb587595f36c4156e4a
treee58154f3563a66927e0f49f0c192291a010b217d
parent55869f594f052561b11a2db6a7c42690051868de
Refactor rsa_test

Reduce code copying by factoring out common code into a separate function.

Reviewed-by: Paul Dale <pauli@openssl.org>
test/rsa_test.c