Bugzilla – Attachment 3204 Details for
Bug 2931
Incorrect test against OPENSSL_VERSION_NUMBER
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Fix test of OPENSSL_VERSION_NUMBER
openssl-compat.patch (text/plain), 403 bytes, created by
David Newall
on 2018-11-15 20:38:44 AEDT
(
hide
)
Description:
Fix test of OPENSSL_VERSION_NUMBER
Filename:
MIME Type:
Creator:
David Newall
Created:
2018-11-15 20:38:44 AEDT
Size:
403 bytes
patch
obsolete
>--- openbsd-compat/openssl-compat.c 2018-11-15 18:45:09.083980258 +1030 >+++ openbsd-compat/openssl-compat.c.new 2018-11-15 20:07:32.608127705 +1030 >@@ -76,7 +76,7 @@ > ENGINE_load_builtin_engines(); > ENGINE_register_all_complete(); > >-#if OPENSSL_VERSION_NUMBER < 0x10001000L >+#if OPENSSL_VERSION_NUMBER < 0x10100000L > OPENSSL_config(NULL); > #else > OPENSSL_init_crypto(OPENSSL_INIT_ADD_ALL_CIPHERS |
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 2931
: 3204 |
3206