]> git.ipfire.org Git - thirdparty/openssl.git/commit
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:38:22 +0000 (11:38 +0000)
commit16c15c7a5484b341c6647f9f7b4ff3f9dadb5701
tree198eb5516a42fdf7663d85d53c3d4cc2c9fda210
parentdf1defb809df14bf7ff7aab8532f6e4a7a5235cf
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