freeswitch/third_party/bnlib/test/keygen.h

8 lines
149 B
C
Raw Normal View History

2010-02-20 18:51:54 +00:00
#include <stdio.h>
struct PubKey;
struct SecKey;
int
genRsaKey(struct PubKey *pub, struct SecKey *sec,
unsigned bits, unsigned exp, FILE *file);