summaryrefslogtreecommitdiffstats
path: root/etc/inc
diff options
context:
space:
mode:
Diffstat (limited to 'etc/inc')
-rw-r--r--etc/inc/certs.inc2
1 files changed, 1 insertions, 1 deletions
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) {
OpenPOWER on IntegriCloud