[openssl-commits] [openssl] OpenSSL_1_0_2-stable update

Dr. Stephen Henson steve at openssl.org
Sun Jun 21 14:30:25 UTC 2015


The branch OpenSSL_1_0_2-stable has been updated
       via  8615d8b4ec08864674c2d8226f4c6c192e313893 (commit)
      from  4f0812cc28c5cd4fb2c396b1825af82abebc6e56 (commit)


- Log -----------------------------------------------------------------
commit 8615d8b4ec08864674c2d8226f4c6c192e313893
Author: Dr. Stephen Henson <steve at openssl.org>
Date:   Sat Jun 20 16:10:54 2015 +0100

    typo: should be OPENSSL_free
    
    Reviewed-by: Richard Levitte <levitte at openssl.org>
    (cherry picked from commit bc9567cdc9a56b5c904e075e3b929076c1e7583c)

-----------------------------------------------------------------------

Summary of changes:
 ssl/s3_lib.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ssl/s3_lib.c b/ssl/s3_lib.c
index 5db349a..ad9eeb6 100644
--- a/ssl/s3_lib.c
+++ b/ssl/s3_lib.c
@@ -3084,7 +3084,7 @@ void ssl3_clear(SSL *s)
     }
 #if !defined(OPENSSL_NO_TLSEXT)
     if (s->s3->alpn_selected) {
-        free(s->s3->alpn_selected);
+        OPENSSL_free(s->s3->alpn_selected);
         s->s3->alpn_selected = NULL;
     }
 #endif


More information about the openssl-commits mailing list