Skip to content
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

Fix no-ui [1.1.0] #6096

Closed

Conversation

levitte
Copy link
Member

@levitte levitte commented Apr 26, 2018

In a recent commit, a OPENSSL_NO_UI guard was dropped by mistake in
PEM_def_callback(), so this puts it back. At the same time, that
previous commit got rid of the necessity to have a OPENSSL_NO_STDIO
guard, so we drop that instead.

In a recent commit, a OPENSSL_NO_UI guard was dropped by mistake in
PEM_def_callback(), so this puts it back.  At the same time, that
previous commit got rid of the necessity to have a OPENSSL_NO_STDIO
guard, so we drop that instead.
@levitte levitte added the 1.1.0 label Apr 26, 2018
@levitte levitte changed the title Fix no-ui Fix no-ui [1.1.0] Apr 26, 2018
@richsalz richsalz added the approval: done This pull request has the required number of approvals label Apr 26, 2018
levitte added a commit that referenced this pull request Apr 26, 2018
In a recent commit, a OPENSSL_NO_UI guard was dropped by mistake in
PEM_def_callback(), so this puts it back.  At the same time, that
previous commit got rid of the necessity to have a OPENSSL_NO_STDIO
guard, so we drop that instead.

Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from #6096)
@levitte
Copy link
Member Author

levitte commented Apr 26, 2018

Merged into 1.1.0

e8d3f50 Fix no-ui

@levitte levitte closed this Apr 26, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approval: done This pull request has the required number of approvals
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants