2 Commits

Author SHA1 Message Date
Lily Chen 006b4d9f35 Documentation: Change |...| to ... for code references in comments 3/N
This CL includes the result of running util/update_comment_style.py over
all public header files in include/openssl whose filenames begin with
f-r, and fixing omissions manually if necessary.

Bug: 42290410
Change-Id: I1c8b50c750523efc1690d1f55251ae1a6a6a6964
Reviewed-on: https://boringssl-review.googlesource.com/c/boringssl/+/96112
Reviewed-by: David Benjamin <davidben@google.com>
Commit-Queue: Lily Chen <chlily@google.com>
2026-06-01 08:18:55 -07:00
Lily Chen b0ae229f68 Add definition of OSSL_PARAM
OSSL_PARAM was previously not defined and was expected to be null when
passed as function parameters. Since some consumers need it to compile,
for compatibility with OpenSSL, this CL defines the struct and adds the
macro for a terminating OSSL_PARAM. BoringSSL functions still expect an
OSSL_PARAM array argument to either be null or start with a terminaing
OSSL_PARAM.

Bug: 497718229
Change-Id: I6c42cf488d8f2aefc6dd69c4b2b994c86a6a6964
Reviewed-on: https://boringssl-review.googlesource.com/c/boringssl/+/91887
Commit-Queue: Lily Chen <chlily@google.com>
Reviewed-by: David Benjamin <davidben@google.com>
2026-04-02 11:03:31 -07:00