Skip to content

Fix build failure in -ansi config - #32338

Closed
nhorman wants to merge 2 commits into
openssl:openssl-3.5from
nhorman:ansi-fix
Closed

Fix build failure in -ansi config#32338
nhorman wants to merge 2 commits into
openssl:openssl-3.5from
nhorman:ansi-fix

Conversation

@nhorman

Copy link
Copy Markdown
Contributor

The backport of #32052 intorduced a bug that was missed. The added tests from the above PR reference the calling functions with the predefined func macro, which doesn't exist in -ansi builds (which are only done on 3.5 and earlier currently). As such the github ci that runs on push failed.

Fix it in the same way as #31988 by replacing func with OPENSSL_FUNC

The backport of openssl#32052 intorduced
a bug that was missed. The added tests from the above PR reference the
calling functions with the predefined __func__ macro, which doesn't
exist in -ansi builds (which are only done on 3.5 and earlier
currently). As such the github ci that runs on push failed.
Fix it in the same way as openssl#31988
by replacing __func__ with OPENSSL_FUNC
@nhormannhorman self-assigned this Aug 12, 2026
@nhormannhorman added approval: review pending This pull request needs review by a committer branch: 3.5 Applies to openssl-3.5 labels Aug 12, 2026
@nhormannhorman moved this to Waiting Review in Development BoardAug 12, 2026

@SashanSashan left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

looks good to me, thank you for taking a care of it.

@openssl-ci-botopenssl-ci-botBot added the approval: done This pull request has the required number of approvals label Aug 12, 2026
@github-project-automationgithub-project-automationBot moved this from Waiting Review to Waiting Merge in Development BoardAug 12, 2026
@openssl-ci-botopenssl-ci-botBot removed the approval: review pending This pull request needs review by a committer label Aug 12, 2026
@npajkovsky

Copy link
Copy Markdown

@nhorman sorry, I have rather applied #32337

@github-project-automationgithub-project-automationBot moved this from Waiting Merge to Done in Development BoardAug 13, 2026
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approval: doneThis pull request has the required number of approvalsbranch: 3.5Applies to openssl-3.5

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

4 participants

@nhorman@npajkovsky@Sashan@mbroz