Update CMakeLists.txt (Refactor)

This commit is contained in:
Andrew
2023-06-01 18:56:26 +03:00
parent 8088c455ff
commit 814b8e48fb
2 changed files with 3 additions and 3 deletions

View File

@@ -222,7 +222,7 @@ void generate2003(char *pkey, EC_GROUP *ec, EC_POINT *generator, BIGNUM *order,
}
int gen2003()
int main()
{
BIGNUM *a, *b, *p, *gx, *gy, *pubx, *puby, *n, *priv;
BN_CTX *ctx = BN_CTX_new();