summaryrefslogtreecommitdiff
path: root/inc
diff options
context:
space:
mode:
authorBryan Ischo <bryan@ischo.com>2008-08-21 05:00:26 +0000
committerBryan Ischo <bryan@ischo.com>2008-08-21 05:00:26 +0000
commitaf16c4d1a3a79d51ba1c1ea661d958eed65c15a3 (patch)
treef3b702353e3b28b5517624ee4f297c5648d94a97 /inc
parent7088858ee0b97a0576dcae6a0ad770412651301a (diff)
downloadceph-libs3-af16c4d1a3a79d51ba1c1ea661d958eed65c15a3.tar.gz
* Revert GnuTLS back to openssl, since GnuTLS is too hard to get working on
Windows
Diffstat (limited to 'inc')
-rw-r--r--inc/libs3.h11
1 files changed, 1 insertions, 10 deletions
diff --git a/inc/libs3.h b/inc/libs3.h
index 8c222c6..a58b718 100644
--- a/inc/libs3.h
+++ b/inc/libs3.h
@@ -191,19 +191,10 @@
/**
- * This constant is used by the S3_initialize() function, to specify that
- * the gcrypt library should be initialized by libs3; should always be
- * specified by the caller unless the caller specifically initializes the
- * gcrypt library elsewhere.
- **/
-#define S3_INIT_GCRYPT 2
-
-
-/**
* This convenience constant is used by the S3_initialize() function to
* indicate that all libraries required by libs3 should be initialized.
**/
-#define S3_INIT_ALL (S3_INIT_WINSOCK | S3_INIT_GCRYPT)
+#define S3_INIT_ALL (S3_INIT_WINSOCK)
/** **************************************************************************