Skip to content

Add WOLFSSL_OLD_OID_SUM for nginx and socat builds for compatibility #132

New issue

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

Closed
wants to merge 1 commit into from

Conversation

padelsbach
Copy link
Contributor

@padelsbach padelsbach commented May 8, 2025

Alternate approach of PR #131

Fixes nginx and socat github action failures.

Related PR on WolfSSL is here wolfSSL/wolfssl#8655, commit is 1e3718ea7b92b04d9d81dbf8e7d6032ca0a904cb.

@padelsbach padelsbach force-pushed the wp_old_oid_flag_alt branch 2 times, most recently from a8cdeae to 3f4d80f Compare May 8, 2025 18:46
@padelsbach padelsbach marked this pull request as ready for review May 8, 2025 18:51
@@ -119,7 +119,7 @@ install_wolfssl() {
cd XXX-fips-test
fi

./configure ${CONF_ARGS} ${WOLFSSL_CONFIG_OPTS} CFLAGS="${WOLFSSL_CONFIG_CFLAGS}" >>$LOG_FILE 2>&1
./configure ${CONF_ARGS} ${WOLFSSL_CONFIG_OPTS} CFLAGS="${WOLFSSL_CONFIG_CFLAGS} ${WOLFSSL_CONFIG_CFLAGS_EXTRA}" >>$LOG_FILE 2>&1
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

When $WOLFSSL_CONFIG_CFLAGS is used, it replaces the entire string. To add to the flags, I created this new variable.

@padelsbach padelsbach requested a review from ColtonWilley May 8, 2025 18:53
@padelsbach padelsbach force-pushed the wp_old_oid_flag_alt branch 6 times, most recently from 304d577 to 2936447 Compare May 9, 2025 00:30
@padelsbach padelsbach force-pushed the wp_old_oid_flag_alt branch from 2936447 to 5b4099b Compare May 9, 2025 00:43
@padelsbach padelsbach closed this May 9, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant