Added the following prototype to get rid of another warning:

void pub_priv_test(char *HexPriv, char *HexPub);

Kent
This commit is contained in:
2003-01-03 16:01:12 +00:00
parent f2aaeb8f5b
commit 1af0e07f74

View File

@@ -65,6 +65,7 @@ int HexToIntCp(char **from);
int Hex5ToInt(byte a, byte b, byte c, byte d, byte e); int Hex5ToInt(byte a, byte b, byte c, byte d, byte e);
int Hex5ToIntFp(FILE *fh, int *newlinetracker); int Hex5ToIntFp(FILE *fh, int *newlinetracker);
int Hex5ToIntCp(char **from); int Hex5ToIntCp(char **from);
void pub_priv_test(char *HexPriv, char *HexPub);
int main(int argc, char **argv); int main(int argc, char **argv);
/* keyloader only internal prototypes */ /* keyloader only internal prototypes */