aboutsummaryrefslogtreecommitdiff
path: root/include/openssl/ossl_typ.h
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2015-11-30 13:34:20 +0100
committerRichard Levitte <levitte@openssl.org>2015-12-07 17:39:23 +0100
commit3f43aecc599a5a729609deca7d98a677334ab3b8 (patch)
tree45ef668898a6c9fa7120e0c22badf8a2937a7eb8 /include/openssl/ossl_typ.h
parentab0a14bbc7bc7cdda4cfb2b2a730804b3437429f (diff)
downloadopenssl-3f43aecc599a5a729609deca7d98a677334ab3b8.zip
openssl-3f43aecc599a5a729609deca7d98a677334ab3b8.tar.gz
openssl-3f43aecc599a5a729609deca7d98a677334ab3b8.tar.bz2
Make the definition of HMAC_CTX opaque
This moves the definition to crypto/hmac/hmac_lcl.h. Constructor and destructor added, and the typedef moved to include/openssl/ossl_typ.h. Reviewed-by: Rich Salz <rsalz@openssl.org>
Diffstat (limited to 'include/openssl/ossl_typ.h')
-rw-r--r--include/openssl/ossl_typ.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/openssl/ossl_typ.h b/include/openssl/ossl_typ.h
index 02749dd..e56bf80 100644
--- a/include/openssl/ossl_typ.h
+++ b/include/openssl/ossl_typ.h
@@ -137,6 +137,8 @@ typedef struct evp_pkey_asn1_method_st EVP_PKEY_ASN1_METHOD;
typedef struct evp_pkey_method_st EVP_PKEY_METHOD;
typedef struct evp_pkey_ctx_st EVP_PKEY_CTX;
+typedef struct hmac_ctx_st HMAC_CTX;
+
typedef struct dh_st DH;
typedef struct dh_method DH_METHOD;