From fea60bb57755dbe0dff645ced711cc8bbe87ffda Mon Sep 17 00:00:00 2001 From: Andreas Steffen Date: Wed, 25 Oct 2006 08:32:32 +0000 Subject: [PATCH] replaced 'times' by 'dates' --- src/libstrongswan/crypto/crl.h | 2 +- src/libstrongswan/crypto/x509.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/libstrongswan/crypto/crl.h b/src/libstrongswan/crypto/crl.h index ee9292818..8848e4e47 100755 --- a/src/libstrongswan/crypto/crl.h +++ b/src/libstrongswan/crypto/crl.h @@ -32,7 +32,7 @@ /** * printf specifier for printing crls. When using the - * #-modifier, an additional bool argument defines if times + * #-modifier, an additional bool argument defines if dates * are printed in UTC. */ #define CRL_PRINTF_SPEC 'U' diff --git a/src/libstrongswan/crypto/x509.h b/src/libstrongswan/crypto/x509.h index 6c533215b..5799c4f59 100755 --- a/src/libstrongswan/crypto/x509.h +++ b/src/libstrongswan/crypto/x509.h @@ -32,7 +32,7 @@ /** * printf specifier for printing certificates. When using the - * #-modifier, an additional bool argument defines if times + * #-modifier, an additional bool argument defines if dates * are printed in UTC. */ #define X509_PRINTF_SPEC 'Q'