summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2012-03-19 22:37:45 +0100
committerSimon Josefsson <simon@josefsson.org>2012-03-19 22:37:45 +0100
commitabbfc182f738c654ebeaf75cf6893acc0947699b (patch)
tree7a4bc7d9f8c3af0687cf98b791a776f480d77f46
parent21edb481ef420b5f9056f2c3f4e23c70ab3f869c (diff)
downloadgnutls-abbfc182f738c654ebeaf75cf6893acc0947699b.tar.gz
Remove TLS_RANDOM_SIZE and TLS_MASTER_SIZE compat mappings.
-rw-r--r--lib/includes/gnutls/compat.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/includes/gnutls/compat.h b/lib/includes/gnutls/compat.h
index b2b999528c..d532d821d5 100644
--- a/lib/includes/gnutls/compat.h
+++ b/lib/includes/gnutls/compat.h
@@ -133,10 +133,6 @@ extern "C"
#define GNUTLS_X509_CRT_ONELINE GNUTLS_CRT_PRINT_ONELINE
#define GNUTLS_X509_CRT_UNSIGNED_FULL GNUTLS_CRT_PRINT_UNSIGNED_FULL
-/* These old #define's violate the gnutls_* namespace. */
-#define TLS_MASTER_SIZE GNUTLS_MASTER_SIZE
-#define TLS_RANDOM_SIZE GNUTLS_RANDOM_SIZE
-
/* Namespace problems. */
#define LIBGNUTLS_VERSION GNUTLS_VERSION
#define LIBGNUTLS_VERSION_MAJOR GNUTLS_VERSION_MAJOR