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

#include "signkey.h"

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

#endif