summaryrefslogtreecommitdiff
path: root/lib/gnutls_cipher.h
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2001-05-30 11:23:23 +0000
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2001-05-30 11:23:23 +0000
commita0daa68d18a08e197cfb1f3e85442e958ac4192d (patch)
tree3c1828f577ef251166fbb23684b8259043991d90 /lib/gnutls_cipher.h
parent67202a7ef97b7316ad45c8d52f7e39bb00eb42df (diff)
downloadgnutls-a0daa68d18a08e197cfb1f3e85442e958ac4192d.tar.gz
updated API and documentation. Now we use the gnome way for creating
API docs.
Diffstat (limited to 'lib/gnutls_cipher.h')
-rw-r--r--lib/gnutls_cipher.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/gnutls_cipher.h b/lib/gnutls_cipher.h
index a78fa82c01..3176b22e38 100644
--- a/lib/gnutls_cipher.h
+++ b/lib/gnutls_cipher.h
@@ -18,7 +18,7 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
*/
-int _gnutls_encrypt( GNUTLS_STATE state, char* data, size_t data_size, uint8** ciphertext, ContentType type);
+int _gnutls_encrypt( GNUTLS_STATE state, const char* data, size_t data_size, uint8** ciphertext, ContentType type);
int _gnutls_decrypt(GNUTLS_STATE state, char *ciphertext,
size_t ciphertext_size, uint8 ** data,
ContentType type);