CVSROOT: /cvs Module name: src Changes by: [email protected] 2018/04/14 01:18:37
Modified files:
lib/libcrypto/engine: eng_aesni.c eng_cnf.c eng_lib.c
eng_openssl.c eng_padlock.c
lib/libcrypto/ts: ts_conf.c
regress/lib/libcrypto/engine: enginetest.c
regress/lib/libcrypto/free: freenull.c
Log message:
Make ENGINE_free() succeed on NULL. Matches OpenSSL's behavior and
simplifies the caller side.
tested by & ok inoguchi; discussed with schwarze
