Skip to content

Use a const SSL_CIPHER.

Rodrigo Muino Tomonari requested to merge github/fork/agl/constcipher into master

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.

Merge request reports

Loading