]> git.ipfire.org Git - thirdparty/bind9.git/commit
Fix a bug when comparing two RSA keys
authorAram Sargsyan <aram@isc.org>
Sat, 25 Sep 2021 14:03:27 +0000 (14:03 +0000)
committerAram Sargsyan <aram@isc.org>
Wed, 27 Oct 2021 20:34:04 +0000 (20:34 +0000)
commit930e4f52a56d501ae0deefa948d7f4b6bd5d8995
treeb8bd87177dc4d53b6046d1b8e7cfa70e718e7bad
parentad57f03389e3dd276c56cfdf4adbc5d60ed53345
Fix a bug when comparing two RSA keys

When comparing different parameters of two RSA keys there is a typo
which causes the "p" prime factors to not being compared.

Fix the typo.
lib/dns/opensslrsa_link.c