-
-
Notifications
You must be signed in to change notification settings - Fork 11k
Correct the synthetisized OPENSSL_VERSION_NUMBER #28230
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
Conversation
The last hex digit always became 0x0L, even of OPENSSL_VERSION_PRE_RELEASE was the empty string. Resolves: openssl#28227
|
This is a pretty minor bug, as I see it. |
|
Waving the style check, 'cause it's nonsense on .h.in files. |
InfoHunter
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Agreed that nonsense for such a file to check style.
|
This pull request is ready to merge |
The last hex digit always became 0x0L, even of OPENSSL_VERSION_PRE_RELEASE was the empty string. Resolves: #28227 Reviewed-by: Paul Yang <[email protected]> Reviewed-by: Paul Dale <[email protected]> (Merged from #28230)
The last hex digit always became 0x0L, even of OPENSSL_VERSION_PRE_RELEASE was the empty string. Resolves: #28227 Reviewed-by: Paul Yang <[email protected]> Reviewed-by: Paul Dale <[email protected]> (Merged from #28230) (cherry picked from commit ba2c314)
The last hex digit always became 0x0L, even of OPENSSL_VERSION_PRE_RELEASE was the empty string. Resolves: #28227 Reviewed-by: Paul Yang <[email protected]> Reviewed-by: Paul Dale <[email protected]> (Merged from #28230) (cherry picked from commit ba2c314)
The last hex digit always became 0x0L, even of OPENSSL_VERSION_PRE_RELEASE was the empty string. Resolves: #28227 Reviewed-by: Paul Yang <[email protected]> Reviewed-by: Paul Dale <[email protected]> (Merged from #28230) (cherry picked from commit ba2c314)
The last hex digit always became 0x0L, even of OPENSSL_VERSION_PRE_RELEASE was the empty string. Resolves: #28227 Reviewed-by: Paul Yang <[email protected]> Reviewed-by: Paul Dale <[email protected]> (Merged from #28230) (cherry picked from commit ba2c314)
|
Merged master: 3.5: 3.4: 3.3: 3.2: 3.0: |
The last hex digit always became 0x0L, even of OPENSSL_VERSION_PRE_RELEASE was the empty string. Resolves: #28227 Reviewed-by: Paul Yang <[email protected]> Reviewed-by: Paul Dale <[email protected]> (Merged from #28230) (cherry picked from commit ba2c314)
The last hex digit always became 0x0L, even of
OPENSSL_VERSION_PRE_RELEASEwas the empty string.
Resolves: #28227