SSH2 transport layer now enables encryption and MAC successfully for 3DES
[u/mdw/putty] / sshdss.c
CommitLineData
e5574168 1#include "ssh.h"
2
3struct ssh_hostkey ssh_dss = {
4 "ssh-dss"
5};