en un clic
add-source-file
How to add a new source file to the BoringSSL build.
Installer avec Codex ou Claude Copiez ce prompt, collez-le dans Codex, Claude ou un autre assistant, puis laissez-le vérifier la page du skill et l'installer pour vous.
Menu
How to add a new source file to the BoringSSL build.
Installer avec Codex ou Claude Copiez ce prompt, collez-le dans Codex, Claude ou un autre assistant, puis laissez-le vérifier la page du skill et l'installer pour vous.
Basé sur la classification professionnelle SOC
How to add a new error code in BoringSSL.
How to add a new object with a NID and/or OID to BoringSSL.
How to build BoringSSL and run its tests.
How to run BoringSSL's ssl/test/runner suite (protocol-level BoGo tests)
How to regenerate/update pre-generated files (e.g., perlasm, build files) in BoringSSL.
| name | add-source-file |
| description | How to add a new source file to the BoringSSL build. |
To add a new source file (C/C++, header, or assembly) to BoringSSL, you must update the build configuration and regenerate the build files.
Update build.json:
srcs, hdrs, internal_hdrs) under the appropriate target in build.json.build.json, refer to the Go structs in util/pregenerate/build.go.Update Pregenerated Files:
build.json, you must regenerate the build files.