summaryrefslogtreecommitdiffstats
path: root/apps/ca.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/ca.c')
-rw-r--r--apps/ca.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/ca.c b/apps/ca.c
index 45688a91cc..560a4d938f 100644
--- a/apps/ca.c
+++ b/apps/ca.c
@@ -2481,7 +2481,7 @@ static int do_revoke(X509 *x509, CA_DB *db, int type, char *value)
goto err;
}
- else if (index_name_cmp(row,rrow))
+ else if (index_name_cmp((const CSTRING *)row,(const CSTRING *)rrow))
{
BIO_printf(bio_err,"ERROR:name does not match %s\n",
row[DB_name]);