mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-01-10 01:48:00 +00:00
35205e5cb7
the same results as the server, which is a pretty good start. [originally from svn r569]
6 lines
66 B
C
6 lines
66 B
C
#include "ssh.h"
|
|
|
|
struct ssh_hostkey ssh_dss = {
|
|
"ssh-dss"
|
|
};
|