comparison gensignkey.h @ 910:89555751c489 asm

merge up to 2013.63, improve ASM makefile rules a bit
author Matt Johnston <matt@ucc.asn.au>
date Thu, 27 Feb 2014 21:35:58 +0800
parents b298bb438625
children deed0571cacc
comparison
equal deleted inserted replaced
909:e4b75744acab 910:89555751c489
1 #ifndef _GENSIGNKEY_H
2 #define _GENSIGNKEY_H
3
4 #include "signkey.h"
5
6 int signkey_generate(enum signkey_type type, int bits, const char* filename);
7
8 #endif