aboutsummaryrefslogtreecommitdiff
path: root/crypto/openssl/crypto/comp/comp_lib.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/openssl/crypto/comp/comp_lib.c')
-rw-r--r--crypto/openssl/crypto/comp/comp_lib.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/crypto/openssl/crypto/comp/comp_lib.c b/crypto/openssl/crypto/comp/comp_lib.c
index beb98ce8ccc8..b60ae371e8d1 100644
--- a/crypto/openssl/crypto/comp/comp_lib.c
+++ b/crypto/openssl/crypto/comp/comp_lib.c
@@ -20,17 +20,11 @@ COMP_CTX *COMP_CTX_new(COMP_METHOD *meth)
OPENSSL_free(ret);
ret=NULL;
}
-#if 0
- else
- CRYPTO_new_ex_data(rsa_meth,(char *)ret,&ret->ex_data);
-#endif
return(ret);
}
void COMP_CTX_free(COMP_CTX *ctx)
{
- /* CRYPTO_free_ex_data(rsa_meth,(char *)ctx,&ctx->ex_data); */
-
if(ctx == NULL)
return;