[roll] Roll fuchsia [boringssl] Translate opensslconf defines to rustc cfg values

These encode the openssl configuration settings made in boringssl, which
needs to be communicated to any dependent openssl rust bindings. The
bssl-sys build script has a hard-coded list of such defines that need to
be kept in sync with their <openssl/opensslconf.h>, but for parity we
can just straightforwardly parse that header for that content,
forwarding that to any any openssl dependents via an exposed config.

Original-Bug: 395970649
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1206330
Original-Revision: 28b4fb4e83833f8e763978b8709ece10243c0ed4
GitOrigin-RevId: 4367ecbc4f893b14e1e0fbbbfc95e876737ecaed
Change-Id: Ia15f4c444dba1e0829b5f54f972e748e06668e41
1 file changed
tree: ab431f93252be67cb911d70db274c8e46c8fb46c
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cts
  6. firmware
  7. flower
  8. jiri.lock
  9. MILESTONE
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. test_durations
  15. toolchain
README.md

Integration

This repository contains Fuchsia's Global Integration manifest files.

Making changes

All changes should be made to the internal version of this repository. Our infrastructure automatically updates this version when the internal one changes.

Currently all changes must be made by a Google employee. Non-Google employees wishing to make a change can ask for assistance in one of the communication channels documented at get involved.

Obtaining the source

First install Jiri.

Next run:

$ jiri init
$ jiri import minimal https://fuchsia.googlesource.com/integration
$ jiri update

Third party

Third party projects should have their own subdirectory in ./third_party.