aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/crypto.h
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2002-12-08 02:39:38 +0000
committerRichard Levitte <levitte@openssl.org>2002-12-08 02:39:38 +0000
commit86a62cf15c5aa087a950ae82c65bb22e932e46c0 (patch)
tree4defb6b4dd29b34608f5b3031d3ca23fadbf496c /crypto/crypto.h
parentb11405723d04bea51eced9a81343ad7c19d33823 (diff)
downloadopenssl-86a62cf15c5aa087a950ae82c65bb22e932e46c0.tar.gz
Implement a stateful variant if the ZLIB compression method. The old
stateless variant is kept, but isn't used anywhere.
Diffstat (limited to 'crypto/crypto.h')
-rw-r--r--crypto/crypto.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/crypto.h b/crypto/crypto.h
index 60effb4152..a7491fde13 100644
--- a/crypto/crypto.h
+++ b/crypto/crypto.h
@@ -298,6 +298,7 @@ DECLARE_STACK_OF(CRYPTO_EX_DATA_FUNCS)
#define CRYPTO_EX_INDEX_UI 11
#define CRYPTO_EX_INDEX_ECDSA 12
#define CRYPTO_EX_INDEX_ECDH 13
+#define CRYPTO_EX_INDEX_COMP 14
/* Dynamically assigned indexes start from this value (don't use directly, use
* via CRYPTO_ex_data_new_class). */