diff options
Diffstat (limited to 'include/modules')
| -rw-r--r-- | include/modules/ssl.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/modules/ssl.h b/include/modules/ssl.h index d48bff898..1540f6385 100644 --- a/include/modules/ssl.h +++ b/include/modules/ssl.h @@ -142,7 +142,7 @@ public: } /** Retrieves the client certificate activation time. - * @param The time the client certificate was activated or 0 on error. + * @return The time the client certificate was activated or 0 on error. */ time_t GetActivationTime() const { @@ -150,7 +150,7 @@ public: } /** Retrieves the client certificate expiration time. - * @param The time the client certificate will expire or 0 on error. + * @return The time the client certificate will expire or 0 on error. */ time_t GetExpirationTime() const { |
