From 28ff7ace4b77ae89deddb9bd3a7f3a7e969dc826 Mon Sep 17 00:00:00 2001 From: jim-p Date: Wed, 20 Oct 2010 15:40:52 -0400 Subject: Add more CRL functionality. Needs to wait on a new build for further testing. --- etc/inc/certs.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'etc/inc/certs.inc') diff --git a/etc/inc/certs.inc b/etc/inc/certs.inc index ef55a3e..4d00908 100644 --- a/etc/inc/certs.inc +++ b/etc/inc/certs.inc @@ -517,7 +517,7 @@ function is_cert_revoked($cert, $crlref = "") { return false; if (!empty($crlref)) { - $crl = crl_lookup($crlref); + $crl = lookup_crl($crlref); if (!is_array($crl['cert'])) return false; foreach ($crl['cert'] as $rcert) { -- cgit v1.1