We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[MAKE] Generating cache.mk [C] Compiling src/boringssl/err_data.c src/boringssl/err_data.c:22:37: error: expected ‘)’ before ‘==’ token OPENSSL_COMPILE_ASSERT(ERR_LIB_NONE == 1, library_values_changed_1); ^ src/boringssl/err_data.c:23:36: error: expected ‘)’ before ‘==’ token OPENSSL_COMPILE_ASSERT(ERR_LIB_SYS == 2, library_values_changed_2); ^ src/boringssl/err_data.c:24:35: error: expected ‘)’ before ‘==’ token OPENSSL_COMPILE_ASSERT(ERR_LIB_BN == 3, library_values_changed_3); ^ src/boringssl/err_data.c:25:36: error: expected ‘)’ before ‘==’ token OPENSSL_COMPILE_ASSERT(ERR_LIB_RSA == 4, library_values_changed_4); ^ src/boringssl/err_data.c:26:35: error: expected ‘)’ before ‘==’ token OPENSSL_COMPILE_ASSERT(ERR_LIB_DH == 5, library_values_changed_5);
The text was updated successfully, but these errors were encountered:
No branches or pull requests
[MAKE] Generating cache.mk
[C] Compiling src/boringssl/err_data.c
src/boringssl/err_data.c:22:37: error: expected ‘)’ before ‘==’ token
OPENSSL_COMPILE_ASSERT(ERR_LIB_NONE == 1, library_values_changed_1);
^
src/boringssl/err_data.c:23:36: error: expected ‘)’ before ‘==’ token
OPENSSL_COMPILE_ASSERT(ERR_LIB_SYS == 2, library_values_changed_2);
^
src/boringssl/err_data.c:24:35: error: expected ‘)’ before ‘==’ token
OPENSSL_COMPILE_ASSERT(ERR_LIB_BN == 3, library_values_changed_3);
^
src/boringssl/err_data.c:25:36: error: expected ‘)’ before ‘==’ token
OPENSSL_COMPILE_ASSERT(ERR_LIB_RSA == 4, library_values_changed_4);
^
src/boringssl/err_data.c:26:35: error: expected ‘)’ before ‘==’ token
OPENSSL_COMPILE_ASSERT(ERR_LIB_DH == 5, library_values_changed_5);
The text was updated successfully, but these errors were encountered: