diff options
-rwxr-xr-x | src/libstrongswan/crypto/crl.h | 2 | ||||
-rwxr-xr-x | 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' |