diff options
author | Andreas Steffen <andreas.steffen@strongswan.org> | 2006-10-25 08:32:32 +0000 |
---|---|---|
committer | Andreas Steffen <andreas.steffen@strongswan.org> | 2006-10-25 08:32:32 +0000 |
commit | fea60bb57755dbe0dff645ced711cc8bbe87ffda (patch) | |
tree | affa7aedfa2251ae94321d7a72f28591d3ef3349 | |
parent | d489707eab0cbf71b75b1dffc13af268ec74460f (diff) | |
download | strongswan-fea60bb57755dbe0dff645ced711cc8bbe87ffda.tar.bz2 strongswan-fea60bb57755dbe0dff645ced711cc8bbe87ffda.tar.xz |
replaced 'times' by 'dates'
-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' |