CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2014/05/19 06:13:30
Modified files:
lib/libssl/src/apps: apps.c ca.c cms.c dgst.c dsa.c ec.c
ecparam.c enc.c engine.c gendsa.c genpkey.c
genrsa.c openssl.c passwd.c pkcs12.c
pkcs8.c pkey.c pkeyutl.c req.c rsa.c
rsautl.c s_client.c s_server.c s_socket.c
smime.c speed.c spkac.c ts.c x509.c
Log message:
It is perfectly valid to call free(NULL), so stop checking for non-NULL
before calling free - of some course parts of the code already did this.