| commit | 3d5a848d2fc081872123ba3d6e2b0f653281aa13 | [log] [tgz] |
|---|---|---|
| author | David Benjamin <davidben@google.com> | Sat Dec 16 02:43:26 2023 -0500 |
| committer | Boringssl LUCI CQ <boringssl-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Dec 18 16:17:04 2023 +0000 |
| tree | 9a5dbdc3ff8cc0f42b5289037fd4e556e2c3b88b | |
| parent | faac623b09d6b14fbb06fe5150016de78b359eea [diff] [blame] |
Give time.h a title and move to low-level infra group Change-Id: I4cb50bda726fcc0f22fcb53dca92cf297aeea169 Reviewed-on: https://boringssl-review.googlesource.com/c/boringssl/+/64929 Commit-Queue: David Benjamin <davidben@google.com> Reviewed-by: Bob Beck <bbe@google.com>
diff --git a/include/openssl/time.h b/include/openssl/time.h index 723ce10..50db22d 100644 --- a/include/openssl/time.h +++ b/include/openssl/time.h
@@ -23,6 +23,10 @@ extern "C" { #endif + +// Time functions. + + // OPENSSL_posix_to_tm converts a int64_t POSIX time value in |time|, which must // be in the range of year 0000 to 9999, to a broken out time value in |tm|. It // returns one on success and zero on error.