Merge pull request #294 from anhu/unused

Get rid of unused variable.
pull/296/head
David Garske 2022-02-16 12:46:49 -08:00 committed by GitHub
commit 35edb03d04
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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;