diff options
Diffstat (limited to 'src/libstrongswan/crypto/x509.c')
-rwxr-xr-x | src/libstrongswan/crypto/x509.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstrongswan/crypto/x509.c b/src/libstrongswan/crypto/x509.c index 269b2562b..58fcff16d 100755 --- a/src/libstrongswan/crypto/x509.c +++ b/src/libstrongswan/crypto/x509.c @@ -1186,7 +1186,7 @@ static int print(FILE *stream, const struct printf_info *info, written += fprintf(stream, " not after %#T, ", &this->notAfter, utc); if (now > this->notAfter) { - written += fprintf(stream, "expired (since %V)\n", &now, &this->notAfter); + written += fprintf(stream, "expired (%V ago)\n", &now, &this->notAfter); } else { |