summaryrefslogtreecommitdiff
path: root/etc/import/src/include/openssl/TARGETS.boringssl
diff options
context:
space:
mode:
Diffstat (limited to 'etc/import/src/include/openssl/TARGETS.boringssl')
-rw-r--r--etc/import/src/include/openssl/TARGETS.boringssl31
1 files changed, 20 insertions, 11 deletions
diff --git a/etc/import/src/include/openssl/TARGETS.boringssl b/etc/import/src/include/openssl/TARGETS.boringssl
index c84392a3..0d4a9495 100644
--- a/etc/import/src/include/openssl/TARGETS.boringssl
+++ b/etc/import/src/include/openssl/TARGETS.boringssl
@@ -1,12 +1,18 @@
-{ "crypto_headers":
+{ "ssl_headers":
+ { "type": ["@", "rules", "data", "staged"]
+ , "srcs": ["dtls1.h", "srtp.h", "ssl.h", "ssl3.h", "tls1.h"]
+ , "stage": ["openssl"]
+ }
+, "crypto_headers":
{ "type": ["@", "rules", "data", "staged"]
, "srcs":
[ "aead.h"
, "aes.h"
, "arm_arch.h"
+ , "asm_base.h"
, "asn1.h"
- , "asn1t.h"
, "asn1_mac.h"
+ , "asn1t.h"
, "base.h"
, "base64.h"
, "bio.h"
@@ -23,34 +29,37 @@
, "conf.h"
, "cpu.h"
, "crypto.h"
+ , "ctrdrbg.h"
, "curve25519.h"
, "des.h"
, "dh.h"
, "digest.h"
, "dsa.h"
+ , "e_os2.h"
, "ec.h"
+ , "ec_key.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"
+ , "kdf.h"
+ , "kyber.h"
, "lhash.h"
, "md4.h"
, "md5.h"
, "mem.h"
, "nid.h"
, "obj.h"
- , "objects.h"
, "obj_mac.h"
+ , "objects.h"
, "opensslconf.h"
, "opensslv.h"
, "ossl_typ.h"
@@ -60,27 +69,27 @@
, "pkcs8.h"
, "poly1305.h"
, "pool.h"
+ , "posix_time.h"
, "rand.h"
, "rc4.h"
, "ripemd.h"
, "rsa.h"
, "safestack.h"
+ , "service_indicator.h"
, "sha.h"
, "siphash.h"
, "span.h"
, "stack.h"
+ , "target.h"
, "thread.h"
+ , "time.h"
, "trust_token.h"
, "type_check.h"
, "x509.h"
- , "x509v3.h"
, "x509_vfy.h"
+ , "x509v3.h"
+ , "x509v3_errors.h"
]
, "stage": ["openssl"]
}
-, "ssl_headers":
- { "type": ["@", "rules", "data", "staged"]
- , "srcs": ["dtls1.h", "srtp.h", "ssl.h", "ssl3.h", "tls1.h"]
- , "stage": ["openssl"]
- }
}