Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

crypto: remove BIO_set_shutdown #17542

Closed
wants to merge 1 commit into from

Commits on Dec 8, 2017

  1. crypto: remove BIO_set_shutdown

    I've not been able to find any reason for calling
    BIO_set_shutdown(bio, 1). This is done by default for the following
    versions of OpenSSL:
    
    https://github.com/openssl/openssl/blob/OpenSSL_1_1_0/
    crypto/bio/bio_lib.c#L26
    
    https://github.com/openssl/openssl/blob/OpenSSL_1_0_1/
    crypto/bio/bio_lib.c#L90
    
    https://github.com/openssl/openssl/blob/OpenSSL_1_0_2/
    crypto/bio/bio_lib.c#L88
    
    https://github.com/openssl/openssl/blob/OpenSSL_1_0_0/
    crypto/bio/bio_lib.c#L90
    
    This commit removes the call and the comment.
    danbev committed Dec 8, 2017
    Configuration menu
    Copy the full SHA
    07c9705 View commit details
    Browse the repository at this point in the history