]> asedeno.scripts.mit.edu Git - PuTTY.git/blob - sshdss.c
SSH 2 support, phase 1, debugging. Currently does Diffie-Hellman and gets
[PuTTY.git] / sshdss.c
1 #include "ssh.h"
2
3 struct ssh_hostkey ssh_dss = {
4     "ssh-dss"
5 };