Second attempt. Can successfully decrypt the _first block_ of a packet.
[sgt/putty] / sshdss.c
... / ...
CommitLineData
1#include "ssh.h"
2
3struct ssh_hostkey ssh_dss = {
4 "ssh-dss"
5};