mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-01-10 01:48:00 +00:00
7 lines
93 B
C
7 lines
93 B
C
|
#include "ssh.h"
|
||
|
|
||
|
unsigned nullkey_supported_flags(const ssh_keyalg *self)
|
||
|
{
|
||
|
return 0;
|
||
|
}
|