summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2003-11-14 12:15:15 +0000
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2003-11-14 12:15:15 +0000
commit86eaad6293176bed3b3ea78ef4954d97c37b3ae7 (patch)
treeb24caf5b85b8317c942a4b53da15b598de033897
parentba9de6920f9f9afb2a83beb0077c22a709b0aedc (diff)
downloadgnutls-86eaad6293176bed3b3ea78ef4954d97c37b3ae7.tar.gz
*** empty log message ***
-rw-r--r--includes/gnutls/openssl.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/includes/gnutls/openssl.h b/includes/gnutls/openssl.h
index 7273d63ae0..eb4667af9c 100644
--- a/includes/gnutls/openssl.h
+++ b/includes/gnutls/openssl.h
@@ -18,6 +18,14 @@
/* WARNING: Error functions aren't currently thread-safe */
+/* This file contains prototypes about the OPENSSL compatibility
+ * layer in GNUTLS. GNUTLS is not a replacement of OPENSSL so
+ * this compatibility layer only support limited OPENSSL functionality.
+ *
+ * New programs should avoid using this compatibility layer, and
+ * use the native GNUTLS API.
+ */
+
#ifndef GNUTLS_OPENSSL_H
#define GNUTLS_OPENSSL_H