mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-02-07 12:17:35 +00:00
8 lines
149 B
C
8 lines
149 B
C
|
#include <stdio.h>
|
||
|
struct PubKey;
|
||
|
struct SecKey;
|
||
|
|
||
|
int
|
||
|
genRsaKey(struct PubKey *pub, struct SecKey *sec,
|
||
|
unsigned bits, unsigned exp, FILE *file);
|