Commit d333521
committed
Merge bitcoin-core#494: Support OpenSSL versions >= 1.1 for ENABLE_OPENSSL_TESTS
31abd3a Support OpenSSL versions >= 1.1 for ENABLE_OPENSSL_TESTS (Alexander Block)
Pull request description:
The only reason OpenSSL 1.1 was not supported was the removal of direct
access to r and s in ECDSA_SIG. This commit adds a simplified version of
ECDSA_SIG_get0 for < 1.1 that can be used like ECDSA_SIG_get0 in >= 1.1
Tree-SHA512: 7ee49cd8424086bb96968c632b5babce50af98e13c414c4d5028a30fb86896956f829415a92c66387cde57941ab6999b0db823752cb36dd8932d15dd329807632 files changed
+8
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
51 | | - | |
52 | 51 | | |
53 | 52 | | |
54 | 53 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
26 | 29 | | |
27 | 30 | | |
28 | 31 | | |
| |||
4150 | 4153 | | |
4151 | 4154 | | |
4152 | 4155 | | |
| 4156 | + | |
4153 | 4157 | | |
4154 | 4158 | | |
4155 | 4159 | | |
| |||
4201 | 4205 | | |
4202 | 4206 | | |
4203 | 4207 | | |
4204 | | - | |
| 4208 | + | |
| 4209 | + | |
4205 | 4210 | | |
4206 | 4211 | | |
4207 | | - | |
| 4212 | + | |
4208 | 4213 | | |
4209 | 4214 | | |
4210 | 4215 | | |
4211 | 4216 | | |
4212 | | - | |
| 4217 | + | |
4213 | 4218 | | |
4214 | 4219 | | |
4215 | 4220 | | |
| |||
0 commit comments