Rewrite get_server_verify_keys, again.

Attempt to simplify the logic in get_server_verify_keys by splitting it into
two methods.
This commit is contained in:
Richard van der Hoff 2019-04-09 18:30:13 +01:00
parent 99113e40ba
commit a82c96b87f
2 changed files with 54 additions and 48 deletions

1
changelog.d/5299.misc Normal file
View file

@ -0,0 +1 @@
Rewrite get_server_verify_keys, again.