From: Simon Josefsson Date: Mon, 19 Mar 2012 21:37:45 +0000 (+0100) Subject: Remove TLS_RANDOM_SIZE and TLS_MASTER_SIZE compat mappings. X-Git-Tag: gnutls_3_0_18~42 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=abbfc182f738c654ebeaf75cf6893acc0947699b;p=thirdparty%2Fgnutls.git Remove TLS_RANDOM_SIZE and TLS_MASTER_SIZE compat mappings. --- 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