CVSROOT: /cvs Module name: src Changes by: d...@cvs.openbsd.org 2015/07/19 14:32:19
Modified files: lib/libssl/src/ssl: d1_both.c d1_lib.c s3_enc.c ssl_lib.c t1_lib.c Log message: Allow *_free() functions in libssl to handle NULL input. This mimics free()'s behavior which makes error handling simpler. ok bcook@ miod@