Remove unused prototype

pull/150/head
kaleb-himes 2019-05-10 13:45:59 -06:00
parent 6151460d61
commit 0ab33c6e35
1 changed files with 0 additions and 1 deletions

View File

@ -8,7 +8,6 @@
#define ECC_256_BIT_FIELD 32 // 256-bit curve field
void Free_Exit(ecc_key* A, ecc_key* B, WC_RNG* R, int err);
void print_secret(char* who, byte* s, int sLen);
void Usage(int* curveChoice);
int do_ecc(void);