diff options
Diffstat (limited to 'etc/import/TARGETS.boringssl')
-rw-r--r-- | etc/import/TARGETS.boringssl | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/etc/import/TARGETS.boringssl b/etc/import/TARGETS.boringssl index b2751eb5..36a32b51 100644 --- a/etc/import/TARGETS.boringssl +++ b/etc/import/TARGETS.boringssl @@ -302,6 +302,17 @@ , "src/third_party/fiat/p256_64_msvc.h" ] } +, "src/crypto/internal.h": + { "type": ["@", "rules", "patch", "file"] + , "src": [["FILE", null, "src/crypto/internal.h"]] + , "patch": + [ [ "@" + , "patches" + , "" + , "crypto-use-_Generic-only-if-defined-__cplusplus.patch" + ] + ] + } , "crypto_sources": { "type": "install" , "deps": |