summaryrefslogtreecommitdiffstats
path: root/apps/req.c
diff options
context:
space:
mode:
authorBen Laurie <ben@openssl.org>1999-05-01 17:40:57 +0000
committerBen Laurie <ben@openssl.org>1999-05-01 17:40:57 +0000
commit65d4927b8d645d9bcb5f6085a107d314794e8e34 (patch)
tree0ed1a2ce94a5f5e21b463f0309cca9c24ecdaf2c /apps/req.c
parent3a1a8467bd7829cef1b269514629912423b1fd8c (diff)
Another safe stack.
Diffstat (limited to 'apps/req.c')
-rw-r--r--apps/req.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/req.c b/apps/req.c
index 5678b707f8..b7342f071d 100644
--- a/apps/req.c
+++ b/apps/req.c
@@ -907,7 +907,7 @@ start: for (;;)
min,max))
goto err;
}
- if (sk_num(ri->subject->entries) == 0)
+ if (sk_X509_NAME_ENTRY_num(ri->subject->entries) == 0)
{
BIO_printf(bio_err,"error, no objects specified in config file\n");
goto err;