diff options
Diffstat (limited to 'etc/import/src/include/openssl/TARGETS.boringssl')
-rw-r--r-- | etc/import/src/include/openssl/TARGETS.boringssl | 91 |
1 files changed, 91 insertions, 0 deletions
diff --git a/etc/import/src/include/openssl/TARGETS.boringssl b/etc/import/src/include/openssl/TARGETS.boringssl new file mode 100644 index 00000000..f10ebcce --- /dev/null +++ b/etc/import/src/include/openssl/TARGETS.boringssl @@ -0,0 +1,91 @@ +{ "crypto_headers": + { "type": ["@", "rules", "CC", "header directory"] + , "stage": ["openssl"] + , "public stage": ["yes"] + , "hdrs": + [ "aead.h" + , "aes.h" + , "arm_arch.h" + , "asn1.h" + , "asn1_mac.h" + , "asn1t.h" + , "base.h" + , "base64.h" + , "bio.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" + , "e_os2.h" + , "ec.h" + , "ec_key.h" + , "ecdh.h" + , "ecdsa.h" + , "engine.h" + , "err.h" + , "evp.h" + , "ex_data.h" + , "hkdf.h" + , "hmac.h" + , "hrss.h" + , "is_boringssl.h" + , "lhash.h" + , "md4.h" + , "md5.h" + , "mem.h" + , "nid.h" + , "obj.h" + , "obj_mac.h" + , "objects.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" + , "x509_vfy.h" + , "x509v3.h" + ] + } +, "ssl_headers": + { "type": ["@", "rules", "CC", "header directory"] + , "stage": ["openssl"] + , "public stage": ["yes"] + , "hdrs": + [ "dtls1.h" + , "srtp.h" + , "ssl.h" + , "ssl3.h" + , "tls1.h" + ] + } +} |