Add a TODO re rekeying checks

This commit is contained in:
Tony Garnock-Jones 2011-08-17 20:51:44 -04:00
parent 6c860ed727
commit c275019953
1 changed files with 1 additions and 0 deletions

View File

@ -707,6 +707,7 @@
(continue-after-discard in-state out-state)))
(define (check-host-key! host-key)
;; TODO: If we are *re*keying, worth checking here that the key hasn't *changed* either.
(write `(TODO check-host-key! ,(hex (bit-string->bytes host-key)))) (newline) (flush-output)
(void))