summaryrefslogtreecommitdiff
path: root/lib/cipher_int.h
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@redhat.com>2016-05-20 14:54:38 +0200
committerNikos Mavrogiannopoulos <nmav@redhat.com>2016-05-20 14:54:38 +0200
commit369a364007a141c73831e95b60be4cd81eec0d63 (patch)
treecf53ab4952fa42a08ee27ecaa2f4e235ecc95f56 /lib/cipher_int.h
parent1445215a1210df12df28fe0faf48972d0c095857 (diff)
downloadgnutls-369a364007a141c73831e95b60be4cd81eec0d63.tar.gz
Amend: Allow for conditional compilation of SSL 3.0 protocol
This patch makes conditional several more SSL 3.0-only parts of codebase.
Diffstat (limited to 'lib/cipher_int.h')
-rw-r--r--lib/cipher_int.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/cipher_int.h b/lib/cipher_int.h
index a7415757b5..26175dc3bd 100644
--- a/lib/cipher_int.h
+++ b/lib/cipher_int.h
@@ -208,7 +208,9 @@ int _gnutls_auth_cipher_init(auth_cipher_hd_st * handle,
const mac_entry_st * me,
const gnutls_datum_t * mac_key,
unsigned etm,
+#ifdef ENABLE_SSL3
unsigned ssl_hmac,
+#endif
int enc);
int _gnutls_auth_cipher_add_auth(auth_cipher_hd_st * handle,