mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-03-20 05:45:27 -05:00
6 lines
66 B
C
6 lines
66 B
C
#include "ssh.h"
|
|
|
|
struct ssh_hostkey ssh_dss = {
|
|
"ssh-dss"
|
|
};
|