Skip to content

Commit

Permalink
Give time.h a title and move to low-level infra group
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
davidben authored and Boringssl LUCI CQ committed Dec 18, 2023
1 parent faac623 commit 3d5a848
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions include/openssl/time.h
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
6 changes: 3 additions & 3 deletions util/doc.config
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@
"include/openssl/obj.h",
"include/openssl/pool.h",
"include/openssl/rand.h",
"include/openssl/stack.h"
"include/openssl/stack.h",
"include/openssl/time.h"
]
},{
"Name": "Low-level crypto primitives",
Expand Down Expand Up @@ -56,8 +57,7 @@
"Name": "Legacy ASN.1 and X.509 implementation (documentation in progress)",
"Headers": [
"include/openssl/asn1.h",
"include/openssl/conf.h",
"include/openssl/time.h"
"include/openssl/conf.h"
]
},{
"Name": "SSL implementation",
Expand Down

0 comments on commit 3d5a848

Please sign in to comment.