summaryrefslogtreecommitdiff
path: root/lib/gnutls_cipher_int.h
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2011-02-07 09:11:48 +0100
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2011-02-07 09:11:48 +0100
commite843e5f1cc24113fd7dc085d80aa84e4ba3b5eb9 (patch)
tree6cb38e85732cd08b6c83fcf9045c56bdcf2dc56c /lib/gnutls_cipher_int.h
parent8316c2ecaad8d1fc10549c8b49ef31a8271a956b (diff)
downloadgnutls-e843e5f1cc24113fd7dc085d80aa84e4ba3b5eb9.tar.gz
Better error checking on SSL3.
Diffstat (limited to 'lib/gnutls_cipher_int.h')
-rw-r--r--lib/gnutls_cipher_int.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/gnutls_cipher_int.h b/lib/gnutls_cipher_int.h
index bbc259d211..e5423f3767 100644
--- a/lib/gnutls_cipher_int.h
+++ b/lib/gnutls_cipher_int.h
@@ -110,7 +110,7 @@ int _gnutls_auth_cipher_encrypt2_tag (auth_cipher_hd_st * handle, const uint8_t
int _gnutls_auth_cipher_decrypt2 (auth_cipher_hd_st * handle,
const void *ciphertext, int ciphertextlen,
void *text, int textlen);
-void _gnutls_auth_cipher_tag( auth_cipher_hd_st * handle, void* tag, int tag_size);
+int _gnutls_auth_cipher_tag( auth_cipher_hd_st * handle, void* tag, int tag_size);
inline static void _gnutls_auth_cipher_setiv (const auth_cipher_hd_st * handle,
const void *iv, int ivlen)