summaryrefslogtreecommitdiff
path: root/lib/gnutls_cipher.h
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2000-11-15 18:18:22 +0000
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2000-11-15 18:18:22 +0000
commitaaf36ea4324c46b6034182d1aa8ab9d8f2142005 (patch)
tree9382a1ecf04765c98eeed0f5038b9d551ebbf83c /lib/gnutls_cipher.h
parentce3d63f2ea71c90e7134273ad51a2a33c6871b38 (diff)
downloadgnutls-aaf36ea4324c46b6034182d1aa8ab9d8f2142005.tar.gz
several cleanups in order to support ssl3
Diffstat (limited to 'lib/gnutls_cipher.h')
-rw-r--r--lib/gnutls_cipher.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/gnutls_cipher.h b/lib/gnutls_cipher.h
index 1ba32edab2..b078f365ac 100644
--- a/lib/gnutls_cipher.h
+++ b/lib/gnutls_cipher.h
@@ -1,3 +1,4 @@
+int _gnutls_encrypt( GNUTLS_STATE state, char* data, size_t data_size, uint8** ciphertext, ContentType type);
int _gnutls_TLSCompressed2TLSCiphertext(GNUTLS_STATE state,
GNUTLSCiphertext**
cipher,