Skip to content
  • Marvin Scholz's avatar
    Cleanup: Remove unnecessary SSL_CTX_get_options · e824e48f
    Marvin Scholz authored
    According to the documentation the current option state is not cleared
    but the options are added to the current options, so gettin the
    current options seems redundant to the behavior of SSL_CTX_set_options:
    
    > SSL_CTX_set_options() adds the options set via bitmask in options
    > to ctx. Options already set before are not cleared!
    e824e48f