summaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2000-03-08 12:44:10 +0000
committerDr. Stephen Henson <steve@openssl.org>2000-03-08 12:44:10 +0000
commitc61252001b71cfd258ffa631809902b4497793d7 (patch)
tree2fc34113bea286c11376f318b5a0de53980b86a6 /apps
parent9886f420145883100ada06a1184eff195a133b39 (diff)
Fix typo and make ca get the CA and request fields correct.
Diffstat (limited to 'apps')
-rw-r--r--apps/ca.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/ca.c b/apps/ca.c
index e22beda097..73df13fe8e 100644
--- a/apps/ca.c
+++ b/apps/ca.c
@@ -1662,7 +1662,7 @@ again2:
}
if (j < 0)
{
- BIO_printf(bio_err,"The %s field needed to be the same in the\nCA certificate (%s) and the request (%s)\n",cv->name,((str == NULL)?"NULL":(char *)str->data),((str2 == NULL)?"NULL":(char *)str2->data));
+ BIO_printf(bio_err,"The %s field needed to be the same in the\nCA certificate (%s) and the request (%s)\n",cv->name,((str2 == NULL)?"NULL":(char *)str2->data),((str == NULL)?"NULL":(char *)str->data));
goto err;
}
}