SSL_CIPHER_get_id() and SSL_set_options() have always been available in LibreSSL. The redefinition of SSL_CIPHER_get_id() will cause build breakage once SSL_CIPHER will be made opaque in libssl. ok sthen