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

crypto/threads_win.c: Follow Consistent Return Style #1039

Closed
wants to merge 0 commits into from

Conversation

x64architecture
Copy link
Contributor

Every function in crypto/threads_win.c returns 0 immediately upon error
except for CRYPTO_THREAD_run_once(). This changes makes the function
consistent with the rest of the file.

@mattcaswell
Copy link
Member

+1

@mattcaswell
Copy link
Member

Why did you close this and remove the commits? This PR has the 1.1.0 milestone against it so was targeted for 1.1.0 release?

@ghedo
Copy link
Contributor

ghedo commented May 28, 2016

The code this applied to was removed in fcb318c

@mattcaswell
Copy link
Member

Duhhh....thanks @gehdo, that makes sense.

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.

None yet

3 participants