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