Get rid of unused variable.

pull/294/head
Anthony Hu 2022-02-16 15:27:03 -05:00
parent b9836c9a49
commit 15b38449d4
1 changed files with 0 additions and 1 deletions

View File

@ -50,7 +50,6 @@ static int do_csrsign(int argc, char** argv)
{
int ret = 0;
int type = ECC_TYPE;
const char* typeStr = "ecc";
Cert newCert;