aboutsummaryrefslogtreecommitdiffstats
path: root/src/usr/certmgmt.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr/certmgmt.c')
-rw-r--r--src/usr/certmgmt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/certmgmt.c b/src/usr/certmgmt.c
index 2f233fe4f..e6bf51fd8 100644
--- a/src/usr/certmgmt.c
+++ b/src/usr/certmgmt.c
@@ -57,7 +57,7 @@ void certstat ( struct x509_certificate *cert ) {
printf ( " [PERMANENT]" );
if ( cert->flags & X509_FL_EXPLICIT )
printf ( " [EXPLICIT]" );
- if ( x509_is_valid ( cert ) )
+ if ( x509_is_valid ( cert, NULL ) )
printf ( " [VALIDATED]" );
printf ( "\n" );
}