在 Manus 中运行任何 Skill
一键导入
一键导入
一键在 Manus 中运行任何 Skill
开始使用add-error-code
星标2,221
分支893
更新时间2026年7月2日 04:26
How to add a new error code in BoringSSL.
安装
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
SKILL.md
readonly菜单
How to add a new error code in BoringSSL.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
How to add a new object with a NID and/or OID to BoringSSL.
How to add a new source file to the BoringSSL build.
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-error-code |
| description | How to add a new error code in BoringSSL. |
To add a new error code, you only need to use it in the source code and then run the error generation script. The script will automatically define it in the header and update the error database.
Use the Error Code:
EVP_R_NEW_ERROR_CODE). It must start with the correct library prefix (e.g., EVP_R_, SSL_R_).Run the Error Generator:
evp, ssl).go run util/make_errors.go evp
#define to the appropriate header in include/openssl..errordata file in crypto/err.