summaryrefslogtreecommitdiffstats
path: root/crypto/openssl/crypto/comp/comp.h
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/openssl/crypto/comp/comp.h')
-rw-r--r--crypto/openssl/crypto/comp/comp.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/crypto/openssl/crypto/comp/comp.h b/crypto/openssl/crypto/comp/comp.h
index 60a0734..df599ba 100644
--- a/crypto/openssl/crypto/comp/comp.h
+++ b/crypto/openssl/crypto/comp/comp.h
@@ -14,7 +14,7 @@ extern "C" {
typedef struct comp_ctx_st COMP_CTX;
-typedef struct comp_method_st {
+struct comp_method_st {
int type; /* NID for compression library */
const char *name; /* A text string to identify the library */
int (*init) (COMP_CTX *ctx);
@@ -30,7 +30,7 @@ typedef struct comp_method_st {
*/
long (*ctrl) (void);
long (*callback_ctrl) (void);
-} COMP_METHOD;
+};
struct comp_ctx_st {
COMP_METHOD *meth;
OpenPOWER on IntegriCloud