SSH 2 support, phase 1, debugging. Currently does Diffie-Hellman and gets
[u/mdw/putty] / sshdss.c
1 #include "ssh.h"
2
3 struct ssh_hostkey ssh_dss = {
4 "ssh-dss"
5 };