Introduce delete_one_key, and rename delete_key to delete_keys. We
distinguish, now, between deleting a single key, and deleting all the
keys for this site.
The expiry check calls delete_one_key rather than delete_keys, and is
likewise done with a helper function.
No functional change other than to the key expiry log message.
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>