CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected]   2014/05/28 07:03:25

Modified files:
        lib/libssl/src/ssl: bio_ssl.c d1_both.c d1_clnt.c d1_lib.c 
                            d1_pkt.c s3_both.c s3_clnt.c s3_lib.c 
                            s3_srvr.c ssl_lib.c ssl_sess.c t1_enc.c 
                            t1_lib.c 

Log message:
There is no point in checking if a pointer is non-NULL before calling free,
since free already does this for us. Also remove some pointless NULL
assignments, where the result from malloc(3) is immediately assigned to the
same variable.

ok miod@

Reply via email to