diff options
author | Oliver Reiche <oliver.reiche@huawei.com> | 2023-10-20 16:07:58 +0200 |
---|---|---|
committer | Oliver Reiche <oliver.reiche@huawei.com> | 2023-10-20 16:07:58 +0200 |
commit | 060a0cf338d6024eee37cc344c224fe3bcb78e81 (patch) | |
tree | 3fea7c654b69ecf3490fe9c6cbc542aba0d5bd8f /etc/imports/src/include | |
download | bootstrappable-toolchain-060a0cf338d6024eee37cc344c224fe3bcb78e81.tar.gz |
Initial commit
Diffstat (limited to 'etc/imports/src/include')
-rw-r--r-- | etc/imports/src/include/openssl/boringssl.TARGETS | 86 |
1 files changed, 86 insertions, 0 deletions
diff --git a/etc/imports/src/include/openssl/boringssl.TARGETS b/etc/imports/src/include/openssl/boringssl.TARGETS new file mode 100644 index 0000000..c84392a --- /dev/null +++ b/etc/imports/src/include/openssl/boringssl.TARGETS @@ -0,0 +1,86 @@ +{ "crypto_headers": + { "type": ["@", "rules", "data", "staged"] + , "srcs": + [ "aead.h" + , "aes.h" + , "arm_arch.h" + , "asn1.h" + , "asn1t.h" + , "asn1_mac.h" + , "base.h" + , "base64.h" + , "bio.h" + , "blake2.h" + , "blowfish.h" + , "bn.h" + , "buf.h" + , "buffer.h" + , "bytestring.h" + , "cast.h" + , "chacha.h" + , "cipher.h" + , "cmac.h" + , "conf.h" + , "cpu.h" + , "crypto.h" + , "curve25519.h" + , "des.h" + , "dh.h" + , "digest.h" + , "dsa.h" + , "ec.h" + , "ecdh.h" + , "ecdsa.h" + , "ec_key.h" + , "engine.h" + , "err.h" + , "evp.h" + , "evp_errors.h" + , "ex_data.h" + , "e_os2.h" + , "hkdf.h" + , "hmac.h" + , "hpke.h" + , "hrss.h" + , "is_boringssl.h" + , "lhash.h" + , "md4.h" + , "md5.h" + , "mem.h" + , "nid.h" + , "obj.h" + , "objects.h" + , "obj_mac.h" + , "opensslconf.h" + , "opensslv.h" + , "ossl_typ.h" + , "pem.h" + , "pkcs12.h" + , "pkcs7.h" + , "pkcs8.h" + , "poly1305.h" + , "pool.h" + , "rand.h" + , "rc4.h" + , "ripemd.h" + , "rsa.h" + , "safestack.h" + , "sha.h" + , "siphash.h" + , "span.h" + , "stack.h" + , "thread.h" + , "trust_token.h" + , "type_check.h" + , "x509.h" + , "x509v3.h" + , "x509_vfy.h" + ] + , "stage": ["openssl"] + } +, "ssl_headers": + { "type": ["@", "rules", "data", "staged"] + , "srcs": ["dtls1.h", "srtp.h", "ssl.h", "ssl3.h", "tls1.h"] + , "stage": ["openssl"] + } +} |