mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-01-09 17:38:00 +00:00
6 lines
66 B
C
6 lines
66 B
C
|
#include "ssh.h"
|
||
|
|
||
|
struct ssh_hostkey ssh_dss = {
|
||
|
"ssh-dss"
|
||
|
};
|