summaryrefslogtreecommitdiff
path: root/gensignkey.h
blob: 508eca04de4ea287ba307c0218dc5b6888fb40a4 (plain)
1
2
3
4
5
6
7
8
#ifndef DROPBEAR_GENSIGNKEY_H
#define DROPBEAR_GENSIGNKEY_H

#include "signkey.h"

int signkey_generate(enum signkey_type type, int bits, const char* filename);

#endif