diff options
| author | 2023-05-16 09:52:22 +0100 | |
|---|---|---|
| committer | 2023-05-16 09:52:22 +0100 | |
| commit | 67c37b43de122671fcb100097ec2faed5bb5c06f (patch) | |
| tree | 58444b8eb4a47413064f738f0ac8377d98d08551 /include/modules | |
| parent | Fix some issues with ConvToNum<char> and ConvToStr<char>. (diff) | |
| parent | Fix some minor Doxygen issues. (diff) | |
Merge branch 'insp3' into master.
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 { |
