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