Commit ea2c2e6
committed
crypto: use a const SSL_CIPHER.
SSL_CIPHER objects are conceptually const in any case and this allows
STACK_OF(SSL_CIPHER) to return a const pointer, as is done in BoringSSL
and, perhaps, OpenSSL in the future.1 parent c3bb4b1 commit ea2c2e6
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5370 | 5370 | | |
5371 | 5371 | | |
5372 | 5372 | | |
5373 | | - | |
| 5373 | + | |
5374 | 5374 | | |
5375 | 5375 | | |
5376 | 5376 | | |
| |||
0 commit comments