openssl/crypto/rand
Matt Caswell 135648bcd0 Fix mem leaks during auto-deinit
Certain functions are automatically called during auto-deinit in order
to deallocate resources. However, if we have never entered a function which
marks lib crypto as inited then they never get called. This can happen if
the user only ever makes use of a small sub-set of functions that don't hit
the auto-init code.

This commit ensures all such resources deallocated by these functions also
init libcrypto when they are initially allocated.

Reviewed-by: Richard Levitte <levitte@openssl.org>
Reviewed-by: Ben Laurie <ben@openssl.org>
2016-09-08 12:40:19 +01:00
..
build.info
md_rand.c Fix mem leaks during auto-deinit 2016-09-08 12:40:19 +01:00
rand_egd.c spelling fixes, just comments and readme. 2016-08-05 19:07:30 -04:00
rand_err.c
rand_lcl.h
rand_lib.c
rand_unix.c
rand_vms.c
rand_win.c
randfile.c