openssl/crypto/comp
Matt Caswell 320a81277e Remove some code for a contributor that we cannot find
This removes some code because we cannot trace the original contributor
to get their agreement for the licence change (original commit e03ddfae).

After this change there will be numerous failures in the test cases until
someone rewrites the missing code.

All *_free functions should accept a NULL parameter. After this change
the following *_free functions will fail if a NULL parameter is passed:

BIO_ACCEPT_free()
BIO_CONNECT_free()
BN_BLINDING_free()
BN_CTX_free()
BN_MONT_CTX_free()
BN_RECP_CTX_free()
BUF_MEM_free()
COMP_CTX_free()
ERR_STATE_free()
TXT_DB_free()
X509_STORE_free()
ssl3_free()
ssl_cert_free()
SSL_SESSION_free()
SSL_free()

[skip ci]

Reviewed-by: Bernd Edlinger <bernd.edlinger@hotmail.de>
(Merged from https://github.com/openssl/openssl/pull/5757)
2018-03-27 17:15:24 +01:00
..
build.info unified build scheme: add build.info files 2016-02-01 12:46:58 +01:00
c_zlib.c Add comments to NULL func ptrs in bio_method_st 2017-12-18 07:04:48 +10:00
comp_err.c make error tables const and separate header file 2017-06-07 15:12:03 -04:00
comp_lcl.h Copyright consolidation 04/10 2016-05-17 14:24:46 -04:00
comp_lib.c Remove some code for a contributor that we cannot find 2018-03-27 17:15:24 +01:00