diff options
author | Andreas Steffen <andreas.steffen@strongswan.org> | 2012-04-30 11:42:09 +0200 |
---|---|---|
committer | Andreas Steffen <andreas.steffen@strongswan.org> | 2012-04-30 11:42:09 +0200 |
commit | 6704d69f91716ffaa65f562bea803d81334c4c2b (patch) | |
tree | 0ac58535609a651b4142c698b6a2a36e5c8464f1 /src/libstrongswan/plugins/pubkey | |
parent | 88206458cebc47e4dfeacf9b6364e8d5a469969e (diff) | |
download | strongswan-6704d69f91716ffaa65f562bea803d81334c4c2b.tar.bz2 strongswan-6704d69f91716ffaa65f562bea803d81334c4c2b.tar.xz |
added missing whitespace
Diffstat (limited to 'src/libstrongswan/plugins/pubkey')
-rw-r--r-- | src/libstrongswan/plugins/pubkey/pubkey_cert.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libstrongswan/plugins/pubkey/pubkey_cert.c b/src/libstrongswan/plugins/pubkey/pubkey_cert.c index 7d211c50a..67240fe0c 100644 --- a/src/libstrongswan/plugins/pubkey/pubkey_cert.c +++ b/src/libstrongswan/plugins/pubkey/pubkey_cert.c @@ -55,6 +55,7 @@ struct private_pubkey_cert_t { * key expiration time */ time_t notAfter; + /** * reference count */ |