]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
Remove TLS_RANDOM_SIZE and TLS_MASTER_SIZE compat mappings.
authorSimon Josefsson <simon@josefsson.org>
Mon, 19 Mar 2012 21:37:45 +0000 (22:37 +0100)
committerSimon Josefsson <simon@josefsson.org>
Mon, 19 Mar 2012 21:37:45 +0000 (22:37 +0100)
lib/includes/gnutls/compat.h

index b2b999528c0034831afa65c7756b2176b003a431..d532d821d5c4dc01e8a83bb6f1d6ba8a7ef26134 100644 (file)
@@ -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