summaryrefslogtreecommitdiffstats
path: root/crypto/openssl/crypto/hmac/hmac.h
diff options
context:
space:
mode:
authorjkim <jkim@FreeBSD.org>2015-06-12 17:10:19 +0000
committerjkim <jkim@FreeBSD.org>2015-06-12 17:10:19 +0000
commit11074f6b1e6b24bcac4e18463aedabbe359b370b (patch)
treec0577c1c6d2f6563e1e25655fecedee7cfb8feb0 /crypto/openssl/crypto/hmac/hmac.h
parentc51db5833881d75f8efb47db219de90e6fa4fc7c (diff)
downloadFreeBSD-src-11074f6b1e6b24bcac4e18463aedabbe359b370b.zip
FreeBSD-src-11074f6b1e6b24bcac4e18463aedabbe359b370b.tar.gz
MFC: r284329
Merge OpenSSL 1.0.1o. Note it is instantly merged because it restores ABI compatibility broken by the previous OpenSSL 1.0.1n. Relnotes: yes
Diffstat (limited to 'crypto/openssl/crypto/hmac/hmac.h')
-rw-r--r--crypto/openssl/crypto/hmac/hmac.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/crypto/openssl/crypto/hmac/hmac.h b/crypto/openssl/crypto/hmac/hmac.h
index f8e9f5e..b8b55cd 100644
--- a/crypto/openssl/crypto/hmac/hmac.h
+++ b/crypto/openssl/crypto/hmac/hmac.h
@@ -79,7 +79,6 @@ typedef struct hmac_ctx_st {
EVP_MD_CTX o_ctx;
unsigned int key_length;
unsigned char key[HMAC_MAX_MD_CBLOCK];
- int key_init;
} HMAC_CTX;
# define HMAC_size(e) (EVP_MD_size((e)->md))
OpenPOWER on IntegriCloud