diff options
author | Paul Cristian Sarbu <paul.cristian.sarbu@huawei.com> | 2025-02-27 16:09:40 +0100 |
---|---|---|
committer | Paul Cristian Sarbu <paul.cristian.sarbu@huawei.com> | 2025-03-04 18:44:27 +0100 |
commit | da17ef5b04815ea3c6605274141a2e2b3b53b217 (patch) | |
tree | 45df0f5c168c115f705eed797d592b694a62e38a /etc/import/src/include/openssl/TARGETS.boringssl | |
parent | fb80f2a5887353a9738c0d6a93d993392303b40c (diff) | |
download | justbuild-da17ef5b04815ea3c6605274141a2e2b3b53b217.tar.gz |
Update grpc to v1.70.1
...together with its dependencies:
- boringssl dec0d8f681348af8bb675e07bd89989665fca8bc
- protobuf v29.0
- abseil 20240722.0
Also update the bootstrap command for ssl to account for the fact
that now also the crypto library has fully moved to C++ and the
location of its sources has changed.
Diffstat (limited to 'etc/import/src/include/openssl/TARGETS.boringssl')
-rw-r--r-- | etc/import/src/include/openssl/TARGETS.boringssl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/import/src/include/openssl/TARGETS.boringssl b/etc/import/src/include/openssl/TARGETS.boringssl index df6e9328..f6b4c9c9 100644 --- a/etc/import/src/include/openssl/TARGETS.boringssl +++ b/etc/import/src/include/openssl/TARGETS.boringssl @@ -10,6 +10,7 @@ , "asn1t.h" , "base.h" , "base64.h" + , "bcm_public.h" , "bio.h" , "blake2.h" , "blowfish.h" @@ -40,9 +41,7 @@ , "evp.h" , "evp_errors.h" , "ex_data.h" - , "experimental/dilithium.h" , "experimental/kyber.h" - , "experimental/spx.h" , "hkdf.h" , "hmac.h" , "hpke.h" @@ -77,6 +76,7 @@ , "service_indicator.h" , "sha.h" , "siphash.h" + , "slhdsa.h" , "span.h" , "stack.h" , "target.h" |