From 073cbc77a651e9d41f1d69c5eb526b934f862c80 Mon Sep 17 00:00:00 2001
From: gojimmypi <13059545+gojimmypi@users.noreply.github.com>
Date: Fri, 25 Mar 2022 13:04:14 -0700
Subject: [PATCH] remove additional files not needed
---
.../client-tls13/gcc_Debug.old00 | 1177 -----------------
.../server-tls13-delete/Makefile | 268 ----
.../server-tls13-delete/debug.mak | 34 -
.../server-tls13-delete/release.mak | 34 -
.../server-tls13-Debug.vgdbsettings | 125 --
.../server-tls13-Release.vgdbsettings | 126 --
.../server-tls13-delete/server-tls13.vcxproj | 85 --
tls/VisualGDB-tls/server-tls13/RCa34008 | Bin 3022 -> 0 bytes
tls/VisualGDB-tls/server-tls13/RCb34008 | Bin 3022 -> 0 bytes
9 files changed, 1849 deletions(-)
delete mode 100644 tls/VisualGDB-tls/client-tls13/gcc_Debug.old00
delete mode 100644 tls/VisualGDB-tls/server-tls13-delete/Makefile
delete mode 100644 tls/VisualGDB-tls/server-tls13-delete/debug.mak
delete mode 100644 tls/VisualGDB-tls/server-tls13-delete/release.mak
delete mode 100644 tls/VisualGDB-tls/server-tls13-delete/server-tls13-Debug.vgdbsettings
delete mode 100644 tls/VisualGDB-tls/server-tls13-delete/server-tls13-Release.vgdbsettings
delete mode 100644 tls/VisualGDB-tls/server-tls13-delete/server-tls13.vcxproj
delete mode 100644 tls/VisualGDB-tls/server-tls13/RCa34008
delete mode 100644 tls/VisualGDB-tls/server-tls13/RCb34008
diff --git a/tls/VisualGDB-tls/client-tls13/gcc_Debug.old00 b/tls/VisualGDB-tls/client-tls13/gcc_Debug.old00
deleted file mode 100644
index 38d2df1c..00000000
--- a/tls/VisualGDB-tls/client-tls13/gcc_Debug.old00
+++ /dev/null
@@ -1,1177 +0,0 @@
-/*
- This file is only used by IntelliSense (VisualStudio code suggestion system)
- DO NOT INCLUDE THIS FILE FROM YOUR ACTUAL SOURCE FILES.
- This file lists the preprocessor macros extracted from your GCC.
- It is needed for IntelliSense to parse other header files correctly.
-*/
-#if defined(_MSC_VER) || defined (__SYSPROGS_CODESENSE__)
-#pragma clang diagnostic push
-
-#pragma clang diagnostic ignored "-Wreserved-id-macro"
-#ifndef CERTPATH
-#define CERTPATH ../certs/
-#endif
-#ifndef DEBUG
-#define DEBUG 1
-#endif
-#ifndef _GNU_SOURCE
-#define _GNU_SOURCE 1
-#endif
-#ifndef _LP64
-#define _LP64 1
-#endif
-#ifndef __ATOMIC_ACQUIRE
-#define __ATOMIC_ACQUIRE 2
-#endif
-#ifndef __ATOMIC_ACQ_REL
-#define __ATOMIC_ACQ_REL 4
-#endif
-#ifndef __ATOMIC_CONSUME
-#define __ATOMIC_CONSUME 1
-#endif
-#ifndef __ATOMIC_RELAXED
-#define __ATOMIC_RELAXED 0
-#endif
-#ifndef __ATOMIC_RELEASE
-#define __ATOMIC_RELEASE 3
-#endif
-#ifndef __ATOMIC_SEQ_CST
-#define __ATOMIC_SEQ_CST 5
-#endif
-#ifndef __BIGGEST_ALIGNMENT__
-#define __BIGGEST_ALIGNMENT__ 16
-#endif
-#ifndef __BYTE_ORDER__
-#define __BYTE_ORDER__ __ORDER_LITTLE_ENDIAN__
-#endif
-#ifndef __CHAR16_TYPE__
-#define __CHAR16_TYPE__ unsigned short
-#endif
-#ifndef __CHAR32_TYPE__
-#define __CHAR32_TYPE__ unsigned int
-#endif
-#ifndef __CHAR_BIT__
-#define __CHAR_BIT__ 8
-#endif
-#ifndef __CLANG_ATOMIC_BOOL_LOCK_FREE
-#define __CLANG_ATOMIC_BOOL_LOCK_FREE 2
-#endif
-#ifndef __CLANG_ATOMIC_CHAR16_T_LOCK_FREE
-#define __CLANG_ATOMIC_CHAR16_T_LOCK_FREE 2
-#endif
-#ifndef __CLANG_ATOMIC_CHAR32_T_LOCK_FREE
-#define __CLANG_ATOMIC_CHAR32_T_LOCK_FREE 2
-#endif
-#ifndef __CLANG_ATOMIC_CHAR_LOCK_FREE
-#define __CLANG_ATOMIC_CHAR_LOCK_FREE 2
-#endif
-#ifndef __CLANG_ATOMIC_INT_LOCK_FREE
-#define __CLANG_ATOMIC_INT_LOCK_FREE 2
-#endif
-#ifndef __CLANG_ATOMIC_LLONG_LOCK_FREE
-#define __CLANG_ATOMIC_LLONG_LOCK_FREE 2
-#endif
-#ifndef __CLANG_ATOMIC_LONG_LOCK_FREE
-#define __CLANG_ATOMIC_LONG_LOCK_FREE 2
-#endif
-#ifndef __CLANG_ATOMIC_POINTER_LOCK_FREE
-#define __CLANG_ATOMIC_POINTER_LOCK_FREE 2
-#endif
-#ifndef __CLANG_ATOMIC_SHORT_LOCK_FREE
-#define __CLANG_ATOMIC_SHORT_LOCK_FREE 2
-#endif
-#ifndef __CLANG_ATOMIC_WCHAR_T_LOCK_FREE
-#define __CLANG_ATOMIC_WCHAR_T_LOCK_FREE 2
-#endif
-#ifndef __CONSTANT_CFSTRINGS__
-#define __CONSTANT_CFSTRINGS__ 1
-#endif
-#ifndef __DBL_DECIMAL_DIG__
-#define __DBL_DECIMAL_DIG__ 17
-#endif
-#ifndef __DBL_DENORM_MIN__
-#define __DBL_DENORM_MIN__ 4.9406564584124654e-324
-#endif
-#ifndef __DBL_DIG__
-#define __DBL_DIG__ 15
-#endif
-#ifndef __DBL_EPSILON__
-#define __DBL_EPSILON__ 2.2204460492503131e-16
-#endif
-#ifndef __DBL_HAS_DENORM__
-#define __DBL_HAS_DENORM__ 1
-#endif
-#ifndef __DBL_HAS_INFINITY__
-#define __DBL_HAS_INFINITY__ 1
-#endif
-#ifndef __DBL_HAS_QUIET_NAN__
-#define __DBL_HAS_QUIET_NAN__ 1
-#endif
-#ifndef __DBL_MANT_DIG__
-#define __DBL_MANT_DIG__ 53
-#endif
-#ifndef __DBL_MAX_10_EXP__
-#define __DBL_MAX_10_EXP__ 308
-#endif
-#ifndef __DBL_MAX_EXP__
-#define __DBL_MAX_EXP__ 1024
-#endif
-#ifndef __DBL_MAX__
-#define __DBL_MAX__ 1.7976931348623157e+308
-#endif
-#ifndef __DBL_MIN_10_EXP__
-#define __DBL_MIN_10_EXP__ (-307)
-#endif
-#ifndef __DBL_MIN_EXP__
-#define __DBL_MIN_EXP__ (-1021)
-#endif
-#ifndef __DBL_MIN__
-#define __DBL_MIN__ 2.2250738585072014e-308
-#endif
-#ifndef __DECIMAL_DIG__
-#define __DECIMAL_DIG__ __LDBL_DECIMAL_DIG__
-#endif
-#ifndef __DEPRECATED
-#define __DEPRECATED 1
-#endif
-#ifndef __ELF__
-#define __ELF__ 1
-#endif
-#ifndef __EXCEPTIONS
-#define __EXCEPTIONS 1
-#endif
-#ifndef __FINITE_MATH_ONLY__
-#define __FINITE_MATH_ONLY__ 0
-#endif
-#ifndef __FLOAT128__
-#define __FLOAT128__ 1
-#endif
-#ifndef __FLT_DECIMAL_DIG__
-#define __FLT_DECIMAL_DIG__ 9
-#endif
-#ifndef __FLT_DENORM_MIN__
-#define __FLT_DENORM_MIN__ 1.40129846e-45F
-#endif
-#ifndef __FLT_DIG__
-#define __FLT_DIG__ 6
-#endif
-#ifndef __FLT_EPSILON__
-#define __FLT_EPSILON__ 1.19209290e-7F
-#endif
-#ifndef __FLT_EVAL_METHOD__
-#define __FLT_EVAL_METHOD__ 0
-#endif
-#ifndef __FLT_HAS_DENORM__
-#define __FLT_HAS_DENORM__ 1
-#endif
-#ifndef __FLT_HAS_INFINITY__
-#define __FLT_HAS_INFINITY__ 1
-#endif
-#ifndef __FLT_HAS_QUIET_NAN__
-#define __FLT_HAS_QUIET_NAN__ 1
-#endif
-#ifndef __FLT_MANT_DIG__
-#define __FLT_MANT_DIG__ 24
-#endif
-#ifndef __FLT_MAX_10_EXP__
-#define __FLT_MAX_10_EXP__ 38
-#endif
-#ifndef __FLT_MAX_EXP__
-#define __FLT_MAX_EXP__ 128
-#endif
-#ifndef __FLT_MAX__
-#define __FLT_MAX__ 3.40282347e+38F
-#endif
-#ifndef __FLT_MIN_10_EXP__
-#define __FLT_MIN_10_EXP__ (-37)
-#endif
-#ifndef __FLT_MIN_EXP__
-#define __FLT_MIN_EXP__ (-125)
-#endif
-#ifndef __FLT_MIN__
-#define __FLT_MIN__ 1.17549435e-38F
-#endif
-#ifndef __FLT_RADIX__
-#define __FLT_RADIX__ 2
-#endif
-#ifndef __FXSR__
-#define __FXSR__ 1
-#endif
-#ifndef __GCC_ASM_FLAG_OUTPUTS__
-#define __GCC_ASM_FLAG_OUTPUTS__ 1
-#endif
-#ifndef __GCC_ATOMIC_BOOL_LOCK_FREE
-#define __GCC_ATOMIC_BOOL_LOCK_FREE 2
-#endif
-#ifndef __GCC_ATOMIC_CHAR16_T_LOCK_FREE
-#define __GCC_ATOMIC_CHAR16_T_LOCK_FREE 2
-#endif
-#ifndef __GCC_ATOMIC_CHAR32_T_LOCK_FREE
-#define __GCC_ATOMIC_CHAR32_T_LOCK_FREE 2
-#endif
-#ifndef __GCC_ATOMIC_CHAR_LOCK_FREE
-#define __GCC_ATOMIC_CHAR_LOCK_FREE 2
-#endif
-#ifndef __GCC_ATOMIC_INT_LOCK_FREE
-#define __GCC_ATOMIC_INT_LOCK_FREE 2
-#endif
-#ifndef __GCC_ATOMIC_LLONG_LOCK_FREE
-#define __GCC_ATOMIC_LLONG_LOCK_FREE 2
-#endif
-#ifndef __GCC_ATOMIC_LONG_LOCK_FREE
-#define __GCC_ATOMIC_LONG_LOCK_FREE 2
-#endif
-#ifndef __GCC_ATOMIC_POINTER_LOCK_FREE
-#define __GCC_ATOMIC_POINTER_LOCK_FREE 2
-#endif
-#ifndef __GCC_ATOMIC_SHORT_LOCK_FREE
-#define __GCC_ATOMIC_SHORT_LOCK_FREE 2
-#endif
-#ifndef __GCC_ATOMIC_TEST_AND_SET_TRUEVAL
-#define __GCC_ATOMIC_TEST_AND_SET_TRUEVAL 1
-#endif
-#ifndef __GCC_ATOMIC_WCHAR_T_LOCK_FREE
-#define __GCC_ATOMIC_WCHAR_T_LOCK_FREE 2
-#endif
-#ifndef __GCC_HAVE_SYNC_COMPARE_AND_SWAP_1
-#define __GCC_HAVE_SYNC_COMPARE_AND_SWAP_1 1
-#endif
-#ifndef __GCC_HAVE_SYNC_COMPARE_AND_SWAP_2
-#define __GCC_HAVE_SYNC_COMPARE_AND_SWAP_2 1
-#endif
-#ifndef __GCC_HAVE_SYNC_COMPARE_AND_SWAP_4
-#define __GCC_HAVE_SYNC_COMPARE_AND_SWAP_4 1
-#endif
-#ifndef __GCC_HAVE_SYNC_COMPARE_AND_SWAP_8
-#define __GCC_HAVE_SYNC_COMPARE_AND_SWAP_8 1
-#endif
-#ifndef __GLIBCXX_BITSIZE_INT_N_0
-#define __GLIBCXX_BITSIZE_INT_N_0 128
-#endif
-#ifndef __GLIBCXX_TYPE_INT_N_0
-#define __GLIBCXX_TYPE_INT_N_0 __int128
-#endif
-#ifndef __GNUC_GNU_INLINE__
-#define __GNUC_GNU_INLINE__ 1
-#endif
-#ifndef __GNUC_MINOR__
-#define __GNUC_MINOR__ 2
-#endif
-#ifndef __GNUC_PATCHLEVEL__
-#define __GNUC_PATCHLEVEL__ 1
-#endif
-#ifndef __GNUC__
-#define __GNUC__ 4
-#endif
-#ifndef __GNUG__
-#define __GNUG__ 4
-#endif
-#ifndef __GXX_ABI_VERSION
-#define __GXX_ABI_VERSION 1002
-#endif
-#if !defined(__GXX_EXPERIMENTAL_CXX0X__) && defined(__SYSPROGS_CODESENSE__)
-#define __GXX_EXPERIMENTAL_CXX0X__ 1
-#endif
-#ifndef __GXX_RTTI
-#define __GXX_RTTI 1
-#endif
-#ifndef __GXX_WEAK__
-#define __GXX_WEAK__ 1
-#endif
-#ifndef __INT16_C_SUFFIX__
-#define __INT16_C_SUFFIX__
-#endif
-#ifndef __INT16_FMTd__
-#define __INT16_FMTd__ "hd"
-#endif
-#ifndef __INT16_FMTi__
-#define __INT16_FMTi__ "hi"
-#endif
-#ifndef __INT16_MAX__
-#define __INT16_MAX__ 32767
-#endif
-#ifndef __INT16_TYPE__
-#define __INT16_TYPE__ short
-#endif
-#ifndef __INT32_C_SUFFIX__
-#define __INT32_C_SUFFIX__
-#endif
-#ifndef __INT32_FMTd__
-#define __INT32_FMTd__ "d"
-#endif
-#ifndef __INT32_FMTi__
-#define __INT32_FMTi__ "i"
-#endif
-#ifndef __INT32_MAX__
-#define __INT32_MAX__ 2147483647
-#endif
-#ifndef __INT32_TYPE__
-#define __INT32_TYPE__ int
-#endif
-#ifndef __INT64_C_SUFFIX__
-#define __INT64_C_SUFFIX__ L
-#endif
-#ifndef __INT64_FMTd__
-#define __INT64_FMTd__ "ld"
-#endif
-#ifndef __INT64_FMTi__
-#define __INT64_FMTi__ "li"
-#endif
-#ifndef __INT64_MAX__
-#define __INT64_MAX__ 9223372036854775807L
-#endif
-#ifndef __INT64_TYPE__
-#define __INT64_TYPE__ long int
-#endif
-#ifndef __INT8_C_SUFFIX__
-#define __INT8_C_SUFFIX__
-#endif
-#ifndef __INT8_FMTd__
-#define __INT8_FMTd__ "hhd"
-#endif
-#ifndef __INT8_FMTi__
-#define __INT8_FMTi__ "hhi"
-#endif
-#ifndef __INT8_MAX__
-#define __INT8_MAX__ 127
-#endif
-#ifndef __INT8_TYPE__
-#define __INT8_TYPE__ signed char
-#endif
-#ifndef __INTMAX_C_SUFFIX__
-#define __INTMAX_C_SUFFIX__ L
-#endif
-#ifndef __INTMAX_FMTd__
-#define __INTMAX_FMTd__ "ld"
-#endif
-#ifndef __INTMAX_FMTi__
-#define __INTMAX_FMTi__ "li"
-#endif
-#ifndef __INTMAX_MAX__
-#define __INTMAX_MAX__ 9223372036854775807L
-#endif
-#ifndef __INTMAX_TYPE__
-#define __INTMAX_TYPE__ long int
-#endif
-#ifndef __INTMAX_WIDTH__
-#define __INTMAX_WIDTH__ 64
-#endif
-#ifndef __INTPTR_FMTd__
-#define __INTPTR_FMTd__ "ld"
-#endif
-#ifndef __INTPTR_FMTi__
-#define __INTPTR_FMTi__ "li"
-#endif
-#ifndef __INTPTR_MAX__
-#define __INTPTR_MAX__ 9223372036854775807L
-#endif
-#ifndef __INTPTR_TYPE__
-#define __INTPTR_TYPE__ long int
-#endif
-#ifndef __INTPTR_WIDTH__
-#define __INTPTR_WIDTH__ 64
-#endif
-#ifndef __INT_FAST16_FMTd__
-#define __INT_FAST16_FMTd__ "hd"
-#endif
-#ifndef __INT_FAST16_FMTi__
-#define __INT_FAST16_FMTi__ "hi"
-#endif
-#ifndef __INT_FAST16_MAX__
-#define __INT_FAST16_MAX__ 32767
-#endif
-#ifndef __INT_FAST16_TYPE__
-#define __INT_FAST16_TYPE__ short
-#endif
-#ifndef __INT_FAST32_FMTd__
-#define __INT_FAST32_FMTd__ "d"
-#endif
-#ifndef __INT_FAST32_FMTi__
-#define __INT_FAST32_FMTi__ "i"
-#endif
-#ifndef __INT_FAST32_MAX__
-#define __INT_FAST32_MAX__ 2147483647
-#endif
-#ifndef __INT_FAST32_TYPE__
-#define __INT_FAST32_TYPE__ int
-#endif
-#ifndef __INT_FAST64_FMTd__
-#define __INT_FAST64_FMTd__ "ld"
-#endif
-#ifndef __INT_FAST64_FMTi__
-#define __INT_FAST64_FMTi__ "li"
-#endif
-#ifndef __INT_FAST64_MAX__
-#define __INT_FAST64_MAX__ 9223372036854775807L
-#endif
-#ifndef __INT_FAST64_TYPE__
-#define __INT_FAST64_TYPE__ long int
-#endif
-#ifndef __INT_FAST8_FMTd__
-#define __INT_FAST8_FMTd__ "hhd"
-#endif
-#ifndef __INT_FAST8_FMTi__
-#define __INT_FAST8_FMTi__ "hhi"
-#endif
-#ifndef __INT_FAST8_MAX__
-#define __INT_FAST8_MAX__ 127
-#endif
-#ifndef __INT_FAST8_TYPE__
-#define __INT_FAST8_TYPE__ signed char
-#endif
-#ifndef __INT_LEAST16_FMTd__
-#define __INT_LEAST16_FMTd__ "hd"
-#endif
-#ifndef __INT_LEAST16_FMTi__
-#define __INT_LEAST16_FMTi__ "hi"
-#endif
-#ifndef __INT_LEAST16_MAX__
-#define __INT_LEAST16_MAX__ 32767
-#endif
-#ifndef __INT_LEAST16_TYPE__
-#define __INT_LEAST16_TYPE__ short
-#endif
-#ifndef __INT_LEAST32_FMTd__
-#define __INT_LEAST32_FMTd__ "d"
-#endif
-#ifndef __INT_LEAST32_FMTi__
-#define __INT_LEAST32_FMTi__ "i"
-#endif
-#ifndef __INT_LEAST32_MAX__
-#define __INT_LEAST32_MAX__ 2147483647
-#endif
-#ifndef __INT_LEAST32_TYPE__
-#define __INT_LEAST32_TYPE__ int
-#endif
-#ifndef __INT_LEAST64_FMTd__
-#define __INT_LEAST64_FMTd__ "ld"
-#endif
-#ifndef __INT_LEAST64_FMTi__
-#define __INT_LEAST64_FMTi__ "li"
-#endif
-#ifndef __INT_LEAST64_MAX__
-#define __INT_LEAST64_MAX__ 9223372036854775807L
-#endif
-#ifndef __INT_LEAST64_TYPE__
-#define __INT_LEAST64_TYPE__ long int
-#endif
-#ifndef __INT_LEAST8_FMTd__
-#define __INT_LEAST8_FMTd__ "hhd"
-#endif
-#ifndef __INT_LEAST8_FMTi__
-#define __INT_LEAST8_FMTi__ "hhi"
-#endif
-#ifndef __INT_LEAST8_MAX__
-#define __INT_LEAST8_MAX__ 127
-#endif
-#ifndef __INT_LEAST8_TYPE__
-#define __INT_LEAST8_TYPE__ signed char
-#endif
-#ifndef __INT_MAX__
-#define __INT_MAX__ 2147483647
-#endif
-#ifndef __LDBL_DECIMAL_DIG__
-#define __LDBL_DECIMAL_DIG__ 21
-#endif
-#ifndef __LDBL_DENORM_MIN__
-#define __LDBL_DENORM_MIN__ 3.64519953188247460253e-4951L
-#endif
-#ifndef __LDBL_DIG__
-#define __LDBL_DIG__ 18
-#endif
-#ifndef __LDBL_EPSILON__
-#define __LDBL_EPSILON__ 1.08420217248550443401e-19L
-#endif
-#ifndef __LDBL_HAS_DENORM__
-#define __LDBL_HAS_DENORM__ 1
-#endif
-#ifndef __LDBL_HAS_INFINITY__
-#define __LDBL_HAS_INFINITY__ 1
-#endif
-#ifndef __LDBL_HAS_QUIET_NAN__
-#define __LDBL_HAS_QUIET_NAN__ 1
-#endif
-#ifndef __LDBL_MANT_DIG__
-#define __LDBL_MANT_DIG__ 64
-#endif
-#ifndef __LDBL_MAX_10_EXP__
-#define __LDBL_MAX_10_EXP__ 4932
-#endif
-#ifndef __LDBL_MAX_EXP__
-#define __LDBL_MAX_EXP__ 16384
-#endif
-#ifndef __LDBL_MAX__
-#define __LDBL_MAX__ 1.18973149535723176502e+4932L
-#endif
-#ifndef __LDBL_MIN_10_EXP__
-#define __LDBL_MIN_10_EXP__ (-4931)
-#endif
-#ifndef __LDBL_MIN_EXP__
-#define __LDBL_MIN_EXP__ (-16381)
-#endif
-#ifndef __LDBL_MIN__
-#define __LDBL_MIN__ 3.36210314311209350626e-4932L
-#endif
-#ifndef __LITTLE_ENDIAN__
-#define __LITTLE_ENDIAN__ 1
-#endif
-#ifndef __LONG_LONG_MAX__
-#define __LONG_LONG_MAX__ 9223372036854775807LL
-#endif
-#ifndef __LONG_MAX__
-#define __LONG_MAX__ 9223372036854775807L
-#endif
-#ifndef __LP64__
-#define __LP64__ 1
-#endif
-#ifndef __MMX__
-#define __MMX__ 1
-#endif
-#ifndef __NO_INLINE__
-#define __NO_INLINE__ 1
-#endif
-#ifndef __NO_MATH_INLINES
-#define __NO_MATH_INLINES 1
-#endif
-#ifndef __OBJC_BOOL_IS_BOOL
-#define __OBJC_BOOL_IS_BOOL 0
-#endif
-#ifndef __OPENCL_MEMORY_SCOPE_ALL_SVM_DEVICES
-#define __OPENCL_MEMORY_SCOPE_ALL_SVM_DEVICES 3
-#endif
-#ifndef __OPENCL_MEMORY_SCOPE_DEVICE
-#define __OPENCL_MEMORY_SCOPE_DEVICE 2
-#endif
-#ifndef __OPENCL_MEMORY_SCOPE_SUB_GROUP
-#define __OPENCL_MEMORY_SCOPE_SUB_GROUP 4
-#endif
-#ifndef __OPENCL_MEMORY_SCOPE_WORK_GROUP
-#define __OPENCL_MEMORY_SCOPE_WORK_GROUP 1
-#endif
-#ifndef __OPENCL_MEMORY_SCOPE_WORK_ITEM
-#define __OPENCL_MEMORY_SCOPE_WORK_ITEM 0
-#endif
-#ifndef __ORDER_BIG_ENDIAN__
-#define __ORDER_BIG_ENDIAN__ 4321
-#endif
-#ifndef __ORDER_LITTLE_ENDIAN__
-#define __ORDER_LITTLE_ENDIAN__ 1234
-#endif
-#ifndef __ORDER_PDP_ENDIAN__
-#define __ORDER_PDP_ENDIAN__ 3412
-#endif
-#ifndef __POINTER_WIDTH__
-#define __POINTER_WIDTH__ 64
-#endif
-#ifndef __PRAGMA_REDEFINE_EXTNAME
-#define __PRAGMA_REDEFINE_EXTNAME 1
-#endif
-#ifndef __PTRDIFF_FMTd__
-#define __PTRDIFF_FMTd__ "ld"
-#endif
-#ifndef __PTRDIFF_FMTi__
-#define __PTRDIFF_FMTi__ "li"
-#endif
-#ifndef __PTRDIFF_MAX__
-#define __PTRDIFF_MAX__ 9223372036854775807L
-#endif
-#ifndef __PTRDIFF_TYPE__
-#define __PTRDIFF_TYPE__ long int
-#endif
-#ifndef __PTRDIFF_WIDTH__
-#define __PTRDIFF_WIDTH__ 64
-#endif
-#ifndef __REGISTER_PREFIX__
-#define __REGISTER_PREFIX__
-#endif
-#ifndef __SCHAR_MAX__
-#define __SCHAR_MAX__ 127
-#endif
-#ifndef __SEG_FS
-#define __SEG_FS 1
-#endif
-#ifndef __SEG_GS
-#define __SEG_GS 1
-#endif
-#ifndef __SHRT_MAX__
-#define __SHRT_MAX__ 32767
-#endif
-#ifndef __SIG_ATOMIC_MAX__
-#define __SIG_ATOMIC_MAX__ 2147483647
-#endif
-#ifndef __SIG_ATOMIC_WIDTH__
-#define __SIG_ATOMIC_WIDTH__ 32
-#endif
-#ifndef __SIZEOF_DOUBLE__
-#define __SIZEOF_DOUBLE__ 8
-#endif
-#ifndef __SIZEOF_FLOAT128__
-#define __SIZEOF_FLOAT128__ 16
-#endif
-#ifndef __SIZEOF_FLOAT__
-#define __SIZEOF_FLOAT__ 4
-#endif
-#ifndef __SIZEOF_INT128__
-#define __SIZEOF_INT128__ 16
-#endif
-#ifndef __SIZEOF_INT__
-#define __SIZEOF_INT__ 4
-#endif
-#ifndef __SIZEOF_LONG_DOUBLE__
-#define __SIZEOF_LONG_DOUBLE__ 16
-#endif
-#ifndef __SIZEOF_LONG_LONG__
-#define __SIZEOF_LONG_LONG__ 8
-#endif
-#ifndef __SIZEOF_LONG__
-#define __SIZEOF_LONG__ 8
-#endif
-#ifndef __SIZEOF_POINTER__
-#define __SIZEOF_POINTER__ 8
-#endif
-#ifndef __SIZEOF_PTRDIFF_T__
-#define __SIZEOF_PTRDIFF_T__ 8
-#endif
-#ifndef __SIZEOF_SHORT__
-#define __SIZEOF_SHORT__ 2
-#endif
-#ifndef __SIZEOF_SIZE_T__
-#define __SIZEOF_SIZE_T__ 8
-#endif
-#ifndef __SIZEOF_WCHAR_T__
-#define __SIZEOF_WCHAR_T__ 4
-#endif
-#ifndef __SIZEOF_WINT_T__
-#define __SIZEOF_WINT_T__ 4
-#endif
-#ifndef __SIZE_FMTX__
-#define __SIZE_FMTX__ "lX"
-#endif
-#ifndef __SIZE_FMTo__
-#define __SIZE_FMTo__ "lo"
-#endif
-#ifndef __SIZE_FMTu__
-#define __SIZE_FMTu__ "lu"
-#endif
-#ifndef __SIZE_FMTx__
-#define __SIZE_FMTx__ "lx"
-#endif
-#ifndef __SIZE_MAX__
-#define __SIZE_MAX__ 18446744073709551615UL
-#endif
-#ifndef __SIZE_TYPE__
-#define __SIZE_TYPE__ long unsigned int
-#endif
-#ifndef __SIZE_WIDTH__
-#define __SIZE_WIDTH__ 64
-#endif
-#ifndef __SSE2_MATH__
-#define __SSE2_MATH__ 1
-#endif
-#ifndef __SSE2__
-#define __SSE2__ 1
-#endif
-#ifndef __SSE_MATH__
-#define __SSE_MATH__ 1
-#endif
-#ifndef __SSE__
-#define __SSE__ 1
-#endif
-#ifndef __STDCPP_DEFAULT_NEW_ALIGNMENT__
-#define __STDCPP_DEFAULT_NEW_ALIGNMENT__ 16UL
-#endif
-#ifndef __STDC_HOSTED__
-#define __STDC_HOSTED__ 1
-#endif
-#ifndef __STDC_UTF_16__
-#define __STDC_UTF_16__ 1
-#endif
-#ifndef __STDC_UTF_32__
-#define __STDC_UTF_32__ 1
-#endif
-#ifndef __STDC__
-#define __STDC__ 1
-#endif
-#ifndef __UINT16_C_SUFFIX__
-#define __UINT16_C_SUFFIX__
-#endif
-#ifndef __UINT16_FMTX__
-#define __UINT16_FMTX__ "hX"
-#endif
-#ifndef __UINT16_FMTo__
-#define __UINT16_FMTo__ "ho"
-#endif
-#ifndef __UINT16_FMTu__
-#define __UINT16_FMTu__ "hu"
-#endif
-#ifndef __UINT16_FMTx__
-#define __UINT16_FMTx__ "hx"
-#endif
-#ifndef __UINT16_MAX__
-#define __UINT16_MAX__ 65535
-#endif
-#ifndef __UINT16_TYPE__
-#define __UINT16_TYPE__ unsigned short
-#endif
-#ifndef __UINT32_C_SUFFIX__
-#define __UINT32_C_SUFFIX__ U
-#endif
-#ifndef __UINT32_FMTX__
-#define __UINT32_FMTX__ "X"
-#endif
-#ifndef __UINT32_FMTo__
-#define __UINT32_FMTo__ "o"
-#endif
-#ifndef __UINT32_FMTu__
-#define __UINT32_FMTu__ "u"
-#endif
-#ifndef __UINT32_FMTx__
-#define __UINT32_FMTx__ "x"
-#endif
-#ifndef __UINT32_MAX__
-#define __UINT32_MAX__ 4294967295U
-#endif
-#ifndef __UINT32_TYPE__
-#define __UINT32_TYPE__ unsigned int
-#endif
-#ifndef __UINT64_C_SUFFIX__
-#define __UINT64_C_SUFFIX__ UL
-#endif
-#ifndef __UINT64_FMTX__
-#define __UINT64_FMTX__ "lX"
-#endif
-#ifndef __UINT64_FMTo__
-#define __UINT64_FMTo__ "lo"
-#endif
-#ifndef __UINT64_FMTu__
-#define __UINT64_FMTu__ "lu"
-#endif
-#ifndef __UINT64_FMTx__
-#define __UINT64_FMTx__ "lx"
-#endif
-#ifndef __UINT64_MAX__
-#define __UINT64_MAX__ 18446744073709551615UL
-#endif
-#ifndef __UINT64_TYPE__
-#define __UINT64_TYPE__ long unsigned int
-#endif
-#ifndef __UINT8_C_SUFFIX__
-#define __UINT8_C_SUFFIX__
-#endif
-#ifndef __UINT8_FMTX__
-#define __UINT8_FMTX__ "hhX"
-#endif
-#ifndef __UINT8_FMTo__
-#define __UINT8_FMTo__ "hho"
-#endif
-#ifndef __UINT8_FMTu__
-#define __UINT8_FMTu__ "hhu"
-#endif
-#ifndef __UINT8_FMTx__
-#define __UINT8_FMTx__ "hhx"
-#endif
-#ifndef __UINT8_MAX__
-#define __UINT8_MAX__ 255
-#endif
-#ifndef __UINT8_TYPE__
-#define __UINT8_TYPE__ unsigned char
-#endif
-#ifndef __UINTMAX_C_SUFFIX__
-#define __UINTMAX_C_SUFFIX__ UL
-#endif
-#ifndef __UINTMAX_FMTX__
-#define __UINTMAX_FMTX__ "lX"
-#endif
-#ifndef __UINTMAX_FMTo__
-#define __UINTMAX_FMTo__ "lo"
-#endif
-#ifndef __UINTMAX_FMTu__
-#define __UINTMAX_FMTu__ "lu"
-#endif
-#ifndef __UINTMAX_FMTx__
-#define __UINTMAX_FMTx__ "lx"
-#endif
-#ifndef __UINTMAX_MAX__
-#define __UINTMAX_MAX__ 18446744073709551615UL
-#endif
-#ifndef __UINTMAX_TYPE__
-#define __UINTMAX_TYPE__ long unsigned int
-#endif
-#ifndef __UINTMAX_WIDTH__
-#define __UINTMAX_WIDTH__ 64
-#endif
-#ifndef __UINTPTR_FMTX__
-#define __UINTPTR_FMTX__ "lX"
-#endif
-#ifndef __UINTPTR_FMTo__
-#define __UINTPTR_FMTo__ "lo"
-#endif
-#ifndef __UINTPTR_FMTu__
-#define __UINTPTR_FMTu__ "lu"
-#endif
-#ifndef __UINTPTR_FMTx__
-#define __UINTPTR_FMTx__ "lx"
-#endif
-#ifndef __UINTPTR_MAX__
-#define __UINTPTR_MAX__ 18446744073709551615UL
-#endif
-#ifndef __UINTPTR_TYPE__
-#define __UINTPTR_TYPE__ long unsigned int
-#endif
-#ifndef __UINTPTR_WIDTH__
-#define __UINTPTR_WIDTH__ 64
-#endif
-#ifndef __UINT_FAST16_FMTX__
-#define __UINT_FAST16_FMTX__ "hX"
-#endif
-#ifndef __UINT_FAST16_FMTo__
-#define __UINT_FAST16_FMTo__ "ho"
-#endif
-#ifndef __UINT_FAST16_FMTu__
-#define __UINT_FAST16_FMTu__ "hu"
-#endif
-#ifndef __UINT_FAST16_FMTx__
-#define __UINT_FAST16_FMTx__ "hx"
-#endif
-#ifndef __UINT_FAST16_MAX__
-#define __UINT_FAST16_MAX__ 65535
-#endif
-#ifndef __UINT_FAST16_TYPE__
-#define __UINT_FAST16_TYPE__ unsigned short
-#endif
-#ifndef __UINT_FAST32_FMTX__
-#define __UINT_FAST32_FMTX__ "X"
-#endif
-#ifndef __UINT_FAST32_FMTo__
-#define __UINT_FAST32_FMTo__ "o"
-#endif
-#ifndef __UINT_FAST32_FMTu__
-#define __UINT_FAST32_FMTu__ "u"
-#endif
-#ifndef __UINT_FAST32_FMTx__
-#define __UINT_FAST32_FMTx__ "x"
-#endif
-#ifndef __UINT_FAST32_MAX__
-#define __UINT_FAST32_MAX__ 4294967295U
-#endif
-#ifndef __UINT_FAST32_TYPE__
-#define __UINT_FAST32_TYPE__ unsigned int
-#endif
-#ifndef __UINT_FAST64_FMTX__
-#define __UINT_FAST64_FMTX__ "lX"
-#endif
-#ifndef __UINT_FAST64_FMTo__
-#define __UINT_FAST64_FMTo__ "lo"
-#endif
-#ifndef __UINT_FAST64_FMTu__
-#define __UINT_FAST64_FMTu__ "lu"
-#endif
-#ifndef __UINT_FAST64_FMTx__
-#define __UINT_FAST64_FMTx__ "lx"
-#endif
-#ifndef __UINT_FAST64_MAX__
-#define __UINT_FAST64_MAX__ 18446744073709551615UL
-#endif
-#ifndef __UINT_FAST64_TYPE__
-#define __UINT_FAST64_TYPE__ long unsigned int
-#endif
-#ifndef __UINT_FAST8_FMTX__
-#define __UINT_FAST8_FMTX__ "hhX"
-#endif
-#ifndef __UINT_FAST8_FMTo__
-#define __UINT_FAST8_FMTo__ "hho"
-#endif
-#ifndef __UINT_FAST8_FMTu__
-#define __UINT_FAST8_FMTu__ "hhu"
-#endif
-#ifndef __UINT_FAST8_FMTx__
-#define __UINT_FAST8_FMTx__ "hhx"
-#endif
-#ifndef __UINT_FAST8_MAX__
-#define __UINT_FAST8_MAX__ 255
-#endif
-#ifndef __UINT_FAST8_TYPE__
-#define __UINT_FAST8_TYPE__ unsigned char
-#endif
-#ifndef __UINT_LEAST16_FMTX__
-#define __UINT_LEAST16_FMTX__ "hX"
-#endif
-#ifndef __UINT_LEAST16_FMTo__
-#define __UINT_LEAST16_FMTo__ "ho"
-#endif
-#ifndef __UINT_LEAST16_FMTu__
-#define __UINT_LEAST16_FMTu__ "hu"
-#endif
-#ifndef __UINT_LEAST16_FMTx__
-#define __UINT_LEAST16_FMTx__ "hx"
-#endif
-#ifndef __UINT_LEAST16_MAX__
-#define __UINT_LEAST16_MAX__ 65535
-#endif
-#ifndef __UINT_LEAST16_TYPE__
-#define __UINT_LEAST16_TYPE__ unsigned short
-#endif
-#ifndef __UINT_LEAST32_FMTX__
-#define __UINT_LEAST32_FMTX__ "X"
-#endif
-#ifndef __UINT_LEAST32_FMTo__
-#define __UINT_LEAST32_FMTo__ "o"
-#endif
-#ifndef __UINT_LEAST32_FMTu__
-#define __UINT_LEAST32_FMTu__ "u"
-#endif
-#ifndef __UINT_LEAST32_FMTx__
-#define __UINT_LEAST32_FMTx__ "x"
-#endif
-#ifndef __UINT_LEAST32_MAX__
-#define __UINT_LEAST32_MAX__ 4294967295U
-#endif
-#ifndef __UINT_LEAST32_TYPE__
-#define __UINT_LEAST32_TYPE__ unsigned int
-#endif
-#ifndef __UINT_LEAST64_FMTX__
-#define __UINT_LEAST64_FMTX__ "lX"
-#endif
-#ifndef __UINT_LEAST64_FMTo__
-#define __UINT_LEAST64_FMTo__ "lo"
-#endif
-#ifndef __UINT_LEAST64_FMTu__
-#define __UINT_LEAST64_FMTu__ "lu"
-#endif
-#ifndef __UINT_LEAST64_FMTx__
-#define __UINT_LEAST64_FMTx__ "lx"
-#endif
-#ifndef __UINT_LEAST64_MAX__
-#define __UINT_LEAST64_MAX__ 18446744073709551615UL
-#endif
-#ifndef __UINT_LEAST64_TYPE__
-#define __UINT_LEAST64_TYPE__ long unsigned int
-#endif
-#ifndef __UINT_LEAST8_FMTX__
-#define __UINT_LEAST8_FMTX__ "hhX"
-#endif
-#ifndef __UINT_LEAST8_FMTo__
-#define __UINT_LEAST8_FMTo__ "hho"
-#endif
-#ifndef __UINT_LEAST8_FMTu__
-#define __UINT_LEAST8_FMTu__ "hhu"
-#endif
-#ifndef __UINT_LEAST8_FMTx__
-#define __UINT_LEAST8_FMTx__ "hhx"
-#endif
-#ifndef __UINT_LEAST8_MAX__
-#define __UINT_LEAST8_MAX__ 255
-#endif
-#ifndef __UINT_LEAST8_TYPE__
-#define __UINT_LEAST8_TYPE__ unsigned char
-#endif
-#ifndef __USER_LABEL_PREFIX__
-#define __USER_LABEL_PREFIX__
-#endif
-#ifndef __VERSION__
-#define __VERSION__ "Clang 10.0.0 "
-#endif
-#ifndef __WCHAR_MAX__
-#define __WCHAR_MAX__ 2147483647
-#endif
-#ifndef __WCHAR_TYPE__
-#define __WCHAR_TYPE__ int
-#endif
-#ifndef __WCHAR_WIDTH__
-#define __WCHAR_WIDTH__ 32
-#endif
-#ifndef __WINT_MAX__
-#define __WINT_MAX__ 4294967295U
-#endif
-#ifndef __WINT_TYPE__
-#define __WINT_TYPE__ unsigned int
-#endif
-#ifndef __WINT_UNSIGNED__
-#define __WINT_UNSIGNED__ 1
-#endif
-#ifndef __WINT_WIDTH__
-#define __WINT_WIDTH__ 32
-#endif
-#ifndef __amd64
-#define __amd64 1
-#endif
-#ifndef __amd64__
-#define __amd64__ 1
-#endif
-#ifndef __clang__
-#define __clang__ 1
-#endif
-#ifndef __clang_major__
-#define __clang_major__ 10
-#endif
-#ifndef __clang_minor__
-#define __clang_minor__ 0
-#endif
-#ifndef __clang_patchlevel__
-#define __clang_patchlevel__ 0
-#endif
-#ifndef __clang_version__
-#define __clang_version__ "10.0.0 "
-#endif
-#ifndef __code_model_small_
-#define __code_model_small_ 1
-#endif
-//VS2005-2012 treats all files as C++, while VS2013+ can treat C files correctly.
-#if defined(_MSC_VER) && (_MSC_VER < 1800 || defined(__cplusplus))
-#undef __cplusplus
-#define __cplusplus 201402L
-#endif
-#ifndef __cpp_aggregate_nsdmi
-#define __cpp_aggregate_nsdmi 201304L
-#endif
-#ifndef __cpp_alias_templates
-#define __cpp_alias_templates 200704L
-#endif
-#ifndef __cpp_attributes
-#define __cpp_attributes 200809L
-#endif
-#ifndef __cpp_binary_literals
-#define __cpp_binary_literals 201304L
-#endif
-#ifndef __cpp_constexpr
-#define __cpp_constexpr 201304L
-#endif
-#ifndef __cpp_constexpr_in_decltype
-#define __cpp_constexpr_in_decltype 201711L
-#endif
-#ifndef __cpp_decltype
-#define __cpp_decltype 200707L
-#endif
-#ifndef __cpp_decltype_auto
-#define __cpp_decltype_auto 201304L
-#endif
-#ifndef __cpp_delegating_constructors
-#define __cpp_delegating_constructors 200604L
-#endif
-#ifndef __cpp_digit_separators
-#define __cpp_digit_separators 201309L
-#endif
-#ifndef __cpp_exceptions
-#define __cpp_exceptions 199711L
-#endif
-#ifndef __cpp_generic_lambdas
-#define __cpp_generic_lambdas 201304L
-#endif
-#ifndef __cpp_impl_destroying_delete
-#define __cpp_impl_destroying_delete 201806L
-#endif
-#ifndef __cpp_inheriting_constructors
-#define __cpp_inheriting_constructors 201511L
-#endif
-#ifndef __cpp_init_captures
-#define __cpp_init_captures 201304L
-#endif
-#ifndef __cpp_initializer_lists
-#define __cpp_initializer_lists 200806L
-#endif
-#ifndef __cpp_lambdas
-#define __cpp_lambdas 200907L
-#endif
-#ifndef __cpp_nsdmi
-#define __cpp_nsdmi 200809L
-#endif
-#ifndef __cpp_range_based_for
-#define __cpp_range_based_for 200907
-#endif
-#ifndef __cpp_raw_strings
-#define __cpp_raw_strings 200710L
-#endif
-#ifndef __cpp_ref_qualifiers
-#define __cpp_ref_qualifiers 200710L
-#endif
-#ifndef __cpp_return_type_deduction
-#define __cpp_return_type_deduction 201304L
-#endif
-#ifndef __cpp_rtti
-#define __cpp_rtti 199711L
-#endif
-#ifndef __cpp_rvalue_references
-#define __cpp_rvalue_references 200610L
-#endif
-#ifndef __cpp_static_assert
-#define __cpp_static_assert 200410
-#endif
-#ifndef __cpp_threadsafe_static_init
-#define __cpp_threadsafe_static_init 200806L
-#endif
-#ifndef __cpp_unicode_characters
-#define __cpp_unicode_characters 200704L
-#endif
-#ifndef __cpp_unicode_literals
-#define __cpp_unicode_literals 200710L
-#endif
-#ifndef __cpp_user_defined_literals
-#define __cpp_user_defined_literals 200809L
-#endif
-#ifndef __cpp_variable_templates
-#define __cpp_variable_templates 201304L
-#endif
-#ifndef __cpp_variadic_templates
-#define __cpp_variadic_templates 200704L
-#endif
-#ifndef __gnu_linux__
-#define __gnu_linux__ 1
-#endif
-#ifndef __k8
-#define __k8 1
-#endif
-#ifndef __k8__
-#define __k8__ 1
-#endif
-#ifndef __linux
-#define __linux 1
-#endif
-#ifndef __linux__
-#define __linux__ 1
-#endif
-#ifndef __llvm__
-#define __llvm__ 1
-#endif
-#ifndef __private_extern__
-#define __private_extern__ extern
-#endif
-#ifndef __seg_fs
-#define __seg_fs __attribute__((address_space(257)))
-#endif
-#ifndef __seg_gs
-#define __seg_gs __attribute__((address_space(256)))
-#endif
-#ifndef __tune_k8__
-#define __tune_k8__ 1
-#endif
-#ifndef __unix
-#define __unix 1
-#endif
-#ifndef __unix__
-#define __unix__ 1
-#endif
-#ifndef __x86_64
-#define __x86_64 1
-#endif
-#ifndef __x86_64__
-#define __x86_64__ 1
-#endif
-#ifndef linux
-#define linux 1
-#endif
-#ifndef unix
-#define unix 1
-#endif
-#endif
-
-// --- Include directories begin --- //
-///usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9
-///usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/x86_64-linux-gnu/c++/9
-///usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/backward
-///usr/local/include
-///usr/lib/llvm-10/lib/clang/10.0.0/include
-///usr/include/x86_64-linux-gnu
-///usr/include
-// --- Include directories end --- //
-
-#pragma clang diagnostic pop
diff --git a/tls/VisualGDB-tls/server-tls13-delete/Makefile b/tls/VisualGDB-tls/server-tls13-delete/Makefile
deleted file mode 100644
index f375246c..00000000
--- a/tls/VisualGDB-tls/server-tls13-delete/Makefile
+++ /dev/null
@@ -1,268 +0,0 @@
-#Generated by VisualGDB project wizard.
-#Note: VisualGDB will automatically update this file when you add new sources to the project.
-#All other changes you make in this file will be preserved.
-#Visit http://visualgdb.com/makefiles for more details
-
-#VisualGDB: AutoSourceFiles #<--- remove this line to disable auto-updating of SOURCEFILES and EXTERNAL_LIBS
-
-TARGETNAME := server-tls13
-#TARGETTYPE can be APP, STATIC or SHARED
-TARGETTYPE := APP
-
-to_lowercase = $(subst A,a,$(subst B,b,$(subst C,c,$(subst D,d,$(subst E,e,$(subst F,f,$(subst G,g,$(subst H,h,$(subst I,i,$(subst J,j,$(subst K,k,$(subst L,l,$(subst M,m,$(subst N,n,$(subst O,o,$(subst P,p,$(subst Q,q,$(subst R,r,$(subst S,s,$(subst T,t,$(subst U,u,$(subst V,v,$(subst W,w,$(subst X,x,$(subst Y,y,$(subst Z,z,$1))))))))))))))))))))))))))
-
-macros-to-preprocessor-directives = $(foreach __macro, $(strip $1), \
- $(if $(findstring =,$(__macro)), \
- --pd "$(firstword $(subst =, ,$(__macro))) SETA $(subst ",\",$(lastword $(subst =, ,$(__macro))))", \
- --pd "$(__macro) SETA 1")) \
-
-CONFIG ?= DEBUG
-
-CONFIGURATION_FLAGS_FILE := $(call to_lowercase,$(CONFIG)).mak
-TOOLCHAIN_ROOT ?= $(toolchain_root)
-
-include $(CONFIGURATION_FLAGS_FILE)
-
-#LINKER_SCRIPT defined inside the configuration file (e.g. debug.mak) should override any linker scripts defined in shared .mak files
-CONFIGURATION_LINKER_SCRIPT := $(LINKER_SCRIPT)
-
-include $(ADDITIONAL_MAKE_FILES)
-
-ifneq ($(CONFIGURATION_LINKER_SCRIPT),)
-LINKER_SCRIPT := $(CONFIGURATION_LINKER_SCRIPT)
-endif
-
-ifneq ($(LINKER_SCRIPT),)
-
-ifeq ($(TOOLCHAIN_SUBTYPE),iar)
-LDFLAGS += --config $(LINKER_SCRIPT)
-else
-LDFLAGS += -T$(LINKER_SCRIPT)
-endif
-
-endif
-
-ifeq ($(AS),)
-AS := as
-endif
-
-ifeq ($(AS),as)
-AS := $(CC)
-ASFLAGS := $(CFLAGS) $(ASFLAGS)
-endif
-
-ifeq ($(TOOLCHAIN_SUBTYPE),iar)
- CC_DEPENDENCY_FILE_SPECIFIER := --dependencies=m
- ASM_DEPENDENCY_FILE_SPECIFIER := && echo >
- CXXFLAGS += --c++
- COMMONFLAGS += --silent
-
-else ifeq ($(TOOLCHAIN_SUBTYPE),armcc)
- CC_DEPENDENCY_FILE_SPECIFIER := --depend
- ASM_DEPENDENCY_FILE_SPECIFIER := --depend
- USING_KEIL_TOOLCHAIN := 1
-else ifeq ($(TOOLCHAIN_SUBTYPE),armclang)
- CC_DEPENDENCY_FILE_SPECIFIER := -MD -MF
- ASM_DEPENDENCY_FILE_SPECIFIER := --depend
- USING_KEIL_TOOLCHAIN := 1
-else
- CC_DEPENDENCY_FILE_SPECIFIER := -MD -MF
- ASM_DEPENDENCY_FILE_SPECIFIER := -MD -MF
-endif
-
-
-ifeq ($(BINARYDIR),)
-error:
- $(error Invalid configuration, please check your inputs)
-endif
-
-SOURCEFILES := ../../server-tls13.c
-EXTERNAL_LIBS :=
-EXTERNAL_LIBS_COPIED := $(foreach lib, $(EXTERNAL_LIBS),$(BINARYDIR)/$(notdir $(lib)))
-
-CFLAGS += $(COMMONFLAGS)
-CXXFLAGS += $(COMMONFLAGS)
-ASFLAGS += $(COMMONFLAGS)
-LDFLAGS += $(COMMONFLAGS)
-
-CFLAGS += $(addprefix -I,$(INCLUDE_DIRS))
-CXXFLAGS += $(addprefix -I,$(INCLUDE_DIRS))
-
-CFLAGS += $(addprefix -D,$(PREPROCESSOR_MACROS))
-CXXFLAGS += $(addprefix -D,$(PREPROCESSOR_MACROS))
-
-ifeq ($(USING_KEIL_TOOLCHAIN),1)
- ASFLAGS +=$(call macros-to-preprocesor-directives, $(PREPROCESSOR_MACROS))
-else ifeq ($(TOOLCHAIN_SUBTYPE),iar)
- ASFLAGS := $(subst --cpu=,--cpu ,$(ASFLAGS))
- ASFLAGS := $(subst --fpu=,--fpu ,$(ASFLAGS))
- ASFLAGS := $(subst --silent,-S ,$(ASFLAGS))
- ASFLAGS += $(addprefix -D,$(PREPROCESSOR_MACROS))
-else
- ASFLAGS += $(addprefix -D,$(PREPROCESSOR_MACROS))
-endif
-
-CXXFLAGS += $(addprefix -framework ,$(MACOS_FRAMEWORKS))
-CFLAGS += $(addprefix -framework ,$(MACOS_FRAMEWORKS))
-LDFLAGS += $(addprefix -framework ,$(MACOS_FRAMEWORKS))
-
-LDFLAGS += $(addprefix -L,$(LIBRARY_DIRS))
-
-ifeq ($(GENERATE_MAP_FILE),1)
-
-ifeq ($(USING_KEIL_TOOLCHAIN),1)
-LDFLAGS += --map --list=$(BINARYDIR)/$(basename $(TARGETNAME)).map
-else
-LDFLAGS += -Wl,-Map=$(BINARYDIR)/$(basename $(TARGETNAME)).map
-endif
-
-endif
-
-LIBRARY_LDFLAGS = $(addprefix -l,$(LIBRARY_NAMES))
-
-ifeq ($(IS_LINUX_PROJECT),1)
- RPATH_PREFIX := -Wl,--rpath='$$ORIGIN/../
- LIBRARY_LDFLAGS += $(EXTERNAL_LIBS)
- LIBRARY_LDFLAGS += -Wl,--rpath='$$ORIGIN'
- LIBRARY_LDFLAGS += $(addsuffix ',$(addprefix $(RPATH_PREFIX),$(dir $(EXTERNAL_LIBS))))
-
- ifeq ($(TARGETTYPE),SHARED)
- CFLAGS += -fPIC
- CXXFLAGS += -fPIC
- ASFLAGS += -fPIC
- LIBRARY_LDFLAGS += -Wl,-soname,$(TARGETNAME)
- endif
-
- ifneq ($(LINUX_PACKAGES),)
- PACKAGE_CFLAGS := $(foreach pkg,$(LINUX_PACKAGES),$(shell pkg-config --cflags $(pkg)))
- PACKAGE_LDFLAGS := $(foreach pkg,$(LINUX_PACKAGES),$(shell pkg-config --libs $(pkg)))
- CFLAGS += $(PACKAGE_CFLAGS)
- CXXFLAGS += $(PACKAGE_CFLAGS)
- LIBRARY_LDFLAGS += $(PACKAGE_LDFLAGS)
- endif
-else
- LIBRARY_LDFLAGS += $(EXTERNAL_LIBS)
-endif
-
-LIBRARY_LDFLAGS += $(ADDITIONAL_LINKER_INPUTS)
-
-all_make_files := $(firstword $(MAKEFILE_LIST)) $(CONFIGURATION_FLAGS_FILE) $(ADDITIONAL_MAKE_FILES)
-
-ifeq ($(STARTUPFILES),)
- all_source_files := $(SOURCEFILES)
-else
- all_source_files := $(STARTUPFILES) $(filter-out $(STARTUPFILES),$(SOURCEFILES))
-endif
-
-source_obj1 := $(all_source_files:.cpp=.o)
-source_obj2 := $(source_obj1:.c=.o)
-source_obj3 := $(source_obj2:.s=.o)
-source_obj4 := $(source_obj3:.S=.o)
-source_obj5 := $(source_obj4:.cc=.o)
-source_objs := $(source_obj5:.cxx=.o)
-
-all_objs := $(addprefix $(BINARYDIR)/, $(notdir $(source_objs)))
-
-PRIMARY_OUTPUTS :=
-
-ifeq ($(GENERATE_BIN_FILE),1)
-PRIMARY_OUTPUTS += $(BINARYDIR)/$(basename $(TARGETNAME)).bin
-endif
-
-ifeq ($(GENERATE_IHEX_FILE),1)
-PRIMARY_OUTPUTS += $(BINARYDIR)/$(basename $(TARGETNAME)).ihex
-endif
-
-ifeq ($(PRIMARY_OUTPUTS),)
-PRIMARY_OUTPUTS := $(BINARYDIR)/$(TARGETNAME)
-endif
-
-all: $(PRIMARY_OUTPUTS)
-
-ifeq ($(USING_KEIL_TOOLCHAIN),1)
-
-$(BINARYDIR)/$(basename $(TARGETNAME)).bin: $(BINARYDIR)/$(TARGETNAME)
- $(OBJCOPY) --bin $< --output $@
-
-$(BINARYDIR)/$(basename $(TARGETNAME)).ihex: $(BINARYDIR)/$(TARGETNAME)
- $(OBJCOPY) --i32 $< --output $@
-
-else ifeq ($(TOOLCHAIN_SUBTYPE),iar)
-
-$(BINARYDIR)/$(basename $(TARGETNAME)).bin: $(BINARYDIR)/$(TARGETNAME)
- $(OBJCOPY) --silent --bin $< $@
-
-$(BINARYDIR)/$(basename $(TARGETNAME)).ihex: $(BINARYDIR)/$(TARGETNAME)
- $(OBJCOPY) --silent --bin $< $@
-
-else
-
-$(BINARYDIR)/$(basename $(TARGETNAME)).bin: $(BINARYDIR)/$(TARGETNAME)
- $(OBJCOPY) -O binary $< $@
-
-$(BINARYDIR)/$(basename $(TARGETNAME)).ihex: $(BINARYDIR)/$(TARGETNAME)
- $(OBJCOPY) -O ihex $< $@
-
-endif
-
-EXTRA_DEPENDENCIES :=
-
-ifneq ($(LINKER_SCRIPT),)
-EXTRA_DEPENDENCIES += $(LINKER_SCRIPT)
-endif
-
-ifeq ($(TARGETTYPE),APP)
-$(BINARYDIR)/$(TARGETNAME): $(all_objs) $(EXTERNAL_LIBS) $(EXTRA_DEPENDENCIES)
-ifeq ($(DETACH_CODE_COVERAGE),1)
- $(VISUALGDB_DIR)/VisualGDB.exe /decover $@ $(all_objs)
-endif
- $(LD) -o $@ $(LDFLAGS) $(START_GROUP) $(all_objs) $(LIBRARY_LDFLAGS) $(END_GROUP)
-endif
-
-ifeq ($(TARGETTYPE),SHARED)
-$(BINARYDIR)/$(TARGETNAME): $(all_objs) $(EXTERNAL_LIBS) $(EXTRA_DEPENDENCIES)
- $(LD) -shared -o $@ $(LDFLAGS) $(START_GROUP) $(all_objs) $(LIBRARY_LDFLAGS) $(END_GROUP)
-endif
-
-ifeq ($(TARGETTYPE),STATIC)
-$(BINARYDIR)/$(TARGETNAME): $(all_objs) $(EXTRA_DEPENDENCIES)
- $(AR) -r $@ $^
-endif
-
--include $(all_objs:.o=.dep)
-
-clean:
-ifeq ($(USE_DEL_TO_CLEAN),1)
- cmd /C del /S /Q $(BINARYDIR)
-else
- rm -rf $(BINARYDIR)
-endif
-
-$(BINARYDIR):
- mkdir $(BINARYDIR)
-
-#VisualGDB: FileSpecificTemplates #<--- VisualGDB will use the following lines to define rules for source files in subdirectories
-$(BINARYDIR)/%.o : %.cpp $(all_make_files) |$(BINARYDIR)
- $(CXX) $(CXXFLAGS) -c $< -o $@ $(CC_DEPENDENCY_FILE_SPECIFIER) $(@:.o=.dep)
-
-$(BINARYDIR)/%.o : %.c $(all_make_files) |$(BINARYDIR)
- $(CC) $(CFLAGS) -c $< -o $@ $(CC_DEPENDENCY_FILE_SPECIFIER) $(@:.o=.dep)
-
-$(BINARYDIR)/%.o : %.S $(all_make_files) |$(BINARYDIR)
- $(AS) $(ASFLAGS) -c $< -o $@ $(ASM_DEPENDENCY_FILE_SPECIFIER) $(@:.o=.dep)
-
-$(BINARYDIR)/%.o : %.s $(all_make_files) |$(BINARYDIR)
- $(AS) $(ASFLAGS) -c $< -o $@ $(ASM_DEPENDENCY_FILE_SPECIFIER) $(@:.o=.dep)
-
-$(BINARYDIR)/%.o : %.cc $(all_make_files) |$(BINARYDIR)
- $(CC) $(CFLAGS) $(CXXFLAGS) -c $< -o $@ $(CC_DEPENDENCY_FILE_SPECIFIER) $(@:.o=.dep)
-
-$(BINARYDIR)/%.o : %.cxx $(all_make_files) |$(BINARYDIR)
- $(CC) $(CFLAGS) $(CXXFLAGS) -c $< -o $@ $(CC_DEPENDENCY_FILE_SPECIFIER)F $(@:.o=.dep)
-
-#VisualGDB: GeneratedRules #<--- All lines below are auto-generated. Remove this line to suppress auto-generation of file rules.
-
-
-$(BINARYDIR)/server-tls13.o : ../../server-tls13.c $(all_make_files) |$(BINARYDIR)
- $(CC) $(CFLAGS) -c $< -o $@ $(CC_DEPENDENCY_FILE_SPECIFIER) $(@:.o=.dep)
-
diff --git a/tls/VisualGDB-tls/server-tls13-delete/debug.mak b/tls/VisualGDB-tls/server-tls13-delete/debug.mak
deleted file mode 100644
index ececd721..00000000
--- a/tls/VisualGDB-tls/server-tls13-delete/debug.mak
+++ /dev/null
@@ -1,34 +0,0 @@
-#Generated by VisualGDB (http://visualgdb.com)
-#DO NOT EDIT THIS FILE MANUALLY UNLESS YOU ABSOLUTELY NEED TO
-#USE VISUALGDB PROJECT PROPERTIES DIALOG INSTEAD
-
-BINARYDIR := Debug
-
-#Toolchain
-CC := clang
-CXX := clang++
-LD := $(CXX)
-AR := ar
-OBJCOPY := objcopy
-
-#Additional flags
-PREPROCESSOR_MACROS := DEBUG=1
-INCLUDE_DIRS :=
-LIBRARY_DIRS := wolfssl
-LIBRARY_NAMES := wolfssl
-ADDITIONAL_LINKER_INPUTS :=
-MACOS_FRAMEWORKS :=
-LINUX_PACKAGES :=
-
-CFLAGS := -ggdb -ffunction-sections -O0
-CXXFLAGS := -ggdb -ffunction-sections -O0
-ASFLAGS :=
-LDFLAGS := -Wl,-gc-sections
-COMMONFLAGS :=
-LINKER_SCRIPT :=
-
-START_GROUP := -Wl,--start-group
-END_GROUP := -Wl,--end-group
-
-#Additional options detected from testing the toolchain
-IS_LINUX_PROJECT := 1
diff --git a/tls/VisualGDB-tls/server-tls13-delete/release.mak b/tls/VisualGDB-tls/server-tls13-delete/release.mak
deleted file mode 100644
index 72cc5c2a..00000000
--- a/tls/VisualGDB-tls/server-tls13-delete/release.mak
+++ /dev/null
@@ -1,34 +0,0 @@
-#Generated by VisualGDB (http://visualgdb.com)
-#DO NOT EDIT THIS FILE MANUALLY UNLESS YOU ABSOLUTELY NEED TO
-#USE VISUALGDB PROJECT PROPERTIES DIALOG INSTEAD
-
-BINARYDIR := Release
-
-#Toolchain
-CC := clang
-CXX := clang++
-LD := $(CXX)
-AR := ar
-OBJCOPY := objcopy
-
-#Additional flags
-PREPROCESSOR_MACROS := NDEBUG=1 RELEASE=1
-INCLUDE_DIRS :=
-LIBRARY_DIRS :=
-LIBRARY_NAMES :=
-ADDITIONAL_LINKER_INPUTS :=
-MACOS_FRAMEWORKS :=
-LINUX_PACKAGES :=
-
-CFLAGS := -ggdb -ffunction-sections -O3
-CXXFLAGS := -ggdb -ffunction-sections -O3
-ASFLAGS :=
-LDFLAGS := -Wl,-gc-sections
-COMMONFLAGS :=
-LINKER_SCRIPT :=
-
-START_GROUP := -Wl,--start-group
-END_GROUP := -Wl,--end-group
-
-#Additional options detected from testing the toolchain
-IS_LINUX_PROJECT := 1
diff --git a/tls/VisualGDB-tls/server-tls13-delete/server-tls13-Debug.vgdbsettings b/tls/VisualGDB-tls/server-tls13-delete/server-tls13-Debug.vgdbsettings
deleted file mode 100644
index a99490ef..00000000
--- a/tls/VisualGDB-tls/server-tls13-delete/server-tls13-Debug.vgdbsettings
+++ /dev/null
@@ -1,125 +0,0 @@
-
-
- Debug
-
-
-
- RemoteUnix
-
- true
-
- localhost-lxss
- LinuxSubsystem
-
- false
- false
- false
- false
- false
- $(ProjectDir)
-
-
-
-
- com.sysprogs.toolchain.default-llvm
-
- 0
-
-
- Makefile
- Debug
-
- false
- $(ToolchainMake)
- $(ToolchainMakeArgs)
- $(BuildDir)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Default
-
-
-
- true
-
-
-
-
- Unknown
-
- true
- true
- true
-
-
-
- false
-
-
-
-
-
-
-
-
- false
- false
- false
- false
- false
- false
- false
- false
- false
-
- false
- false
- false
- false
- false
- false
- true
- false
- None
- false
- false
- main
- true
- false
- false
- true
- 0
- false
- 0
- true
- false
-
-
- $(TargetPath)
- 2000
-
- Auto
-
- false
- false
- Local
- false
- false
- Auto
- true
- false
- false
- false
-
-
\ No newline at end of file
diff --git a/tls/VisualGDB-tls/server-tls13-delete/server-tls13-Release.vgdbsettings b/tls/VisualGDB-tls/server-tls13-delete/server-tls13-Release.vgdbsettings
deleted file mode 100644
index 7772ae78..00000000
--- a/tls/VisualGDB-tls/server-tls13-delete/server-tls13-Release.vgdbsettings
+++ /dev/null
@@ -1,126 +0,0 @@
-
-
- Release
-
-
-
- RemoteUnix
-
- true
-
- localhost-lxss
- LinuxSubsystem
-
- false
- false
- false
- false
- false
- $(ProjectDir)
-
-
-
-
- com.sysprogs.toolchain.default-llvm
-
- 0
-
-
- Makefile
- Release
-
- false
-
- BuildMachine
- BuiltinShortcut
-
- $(ToolchainMake)
- $(ToolchainMakeArgs)
- $(BuildDir)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Default
-
-
-
- true
-
-
-
- Unknown
-
- true
- true
- true
-
-
-
- false
-
-
-
-
-
-
- false
- false
- false
- false
- false
- false
- false
- false
- false
-
- false
- false
- false
- false
- false
- false
- true
- false
- None
- false
- false
- main
- true
- false
- false
- true
- 0
- false
- 0
- true
- false
-
-
- $(TargetPath)
- 2000
-
- Auto
-
- false
- false
- Local
- false
- false
- Auto
- true
- false
- false
- false
-
-
\ No newline at end of file
diff --git a/tls/VisualGDB-tls/server-tls13-delete/server-tls13.vcxproj b/tls/VisualGDB-tls/server-tls13-delete/server-tls13.vcxproj
deleted file mode 100644
index e4038048..00000000
--- a/tls/VisualGDB-tls/server-tls13-delete/server-tls13.vcxproj
+++ /dev/null
@@ -1,85 +0,0 @@
-
-
-
-
- Debug
- Win32
-
-
- Release
- Win32
-
-
-
- 16.0
- {849D626C-FAD3-49DA-912C-FF6EA9B8DFE9}
-
-
-
- Makefile
- true
- v142
-
-
- Makefile
- false
- v142
-
-
- com.sysprogs.toolchain.default-llvm
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- \\wsl$\Ubuntu\usr\include\c++\9;\\wsl$\Ubuntu\usr\include\x86_64-linux-gnu\c++\9;\\wsl$\Ubuntu\usr\include\c++\9\backward;\\wsl$\Ubuntu\usr\local\include;\\wsl$\Ubuntu\usr\lib\llvm-10\lib\clang\10.0.0\include;\\wsl$\Ubuntu\usr\include\x86_64-linux-gnu;\\wsl$\Ubuntu\usr\include;$(NMakeIncludeSearchPath)
- $(ProjectDir)\gcc_Debug.h;$(VISUALGDB_DIR)\gcc_compat.h;$(NMakeForcedIncludes)
- "$(VISUALGDB_DIR)\VisualGDB.exe" /build "$(ProjectPath)" "/solution:$(SolutionPath)" "/config:$(Configuration)" "/platform:$(Platform)"
- "$(VISUALGDB_DIR)\VisualGDB.exe" /clean "$(ProjectPath)" "/solution:$(SolutionPath)" "/config:$(Configuration)" "/platform:$(Platform)"
- "$(VISUALGDB_DIR)\VisualGDB.exe" /rebuild "$(ProjectPath)" "/solution:$(SolutionPath)" "/config:$(Configuration)" "/platform:$(Platform)"
- $(ProjectDir)server-tls13-Debug.vgdbsettings
-
-
-
- __VisualGDB_CFG_Debug;$(NMakePreprocessorDefinitions)
-
-
- \\wsl$\Ubuntu\usr\include\c++\9;\\wsl$\Ubuntu\usr\include\x86_64-linux-gnu\c++\9;\\wsl$\Ubuntu\usr\include\c++\9\backward;\\wsl$\Ubuntu\usr\local\include;\\wsl$\Ubuntu\usr\lib\llvm-10\lib\clang\10.0.0\include;\\wsl$\Ubuntu\usr\include\x86_64-linux-gnu;\\wsl$\Ubuntu\usr\include;$(NMakeIncludeSearchPath)
- $(ProjectDir)\gcc_Release.h;$(VISUALGDB_DIR)\gcc_compat.h;$(NMakeForcedIncludes)
- __VisualGDB_CFG_Release;$(NMakePreprocessorDefinitions)
- "$(VISUALGDB_DIR)\VisualGDB.exe" /build "$(ProjectPath)" "/solution:$(SolutionPath)" "/config:$(Configuration)" "/platform:$(Platform)"
- "$(VISUALGDB_DIR)\VisualGDB.exe" /clean "$(ProjectPath)" "/solution:$(SolutionPath)" "/config:$(Configuration)" "/platform:$(Platform)"
- "$(VISUALGDB_DIR)\VisualGDB.exe" /rebuild "$(ProjectPath)" "/solution:$(SolutionPath)" "/config:$(Configuration)" "/platform:$(Platform)"
- $(ProjectDir)server-tls13-Release.vgdbsettings
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/tls/VisualGDB-tls/server-tls13/RCa34008 b/tls/VisualGDB-tls/server-tls13/RCa34008
deleted file mode 100644
index dc16836dc707e724849f7dd9f5138ca1cd69faaa..0000000000000000000000000000000000000000
GIT binary patch
literal 0
HcmV?d00001
literal 3022
zcmd6pUvCmY6vfZ8iQi#_7aJ9&EoyzEw30^JngWd`O^5-pLw_QO-<{bl3%iI_
zA2t)1-8*~#pL2K18f&D9KFg`9k{WuWE7q;1n(3<|eb*=TIZvcx4UtCZJwy6~({DU8
z<~s7v%()I%mspOp;EA!CI?^E;%hL#rnQr`lBCl%C+t_qgL8DKU5A{H0tS%!r$#a&|
zDbhaAP4PV?);Y3tB#s=Pu$;c&+cKXK;hcSdY{qVS3-8IQ5_xMQa-6H;J)58P2=-%%
zMbsy<1=dWvl(AURbxsB^V|~*a-sM%-d$rY3m+GD9Ts>XrSat5sb*7d+B5Ct~N^Q@%
zZ{NjdF&1wnT}pNbF0wrsQnM+ja#Z}T%5ZF2D7Tt@kL~ky~Hi
zpqJkb!(kF*@v3MM1^g{QTR@Bh6@P=3RTc#l7Bk}{Yug>&pTJ+601+5*dJHBe+$B72
za}`(}X(tCIQCz|F3^|BpBN*uPD6VXnF#|l*^%fKc4z}T27dAGCqz4*XEc5e|8Z6TUfk
zp2zm&JmkOZ+pb>w469UZv*sZ-n|^+ne*RRx(u;U9TX#a;()`$qr-DtLd{2%Ov%l`G
z>?h9Zd!fWT*07bHLnYpRGk%je4!hqLQ$X$By<@tsr+w98?AgQ~5WBG?tiZ|a1j^zt
zUC({J+G6qlu)NsVPgkV2!tdYB_H1Q~oux&WF!*2J`iAvwZ~f(bs3|a{*!3y<@1Q(Z
NP52hFZ`eO!*Dw5Xbvpn6
diff --git a/tls/VisualGDB-tls/server-tls13/RCb34008 b/tls/VisualGDB-tls/server-tls13/RCb34008
deleted file mode 100644
index dc16836dc707e724849f7dd9f5138ca1cd69faaa..0000000000000000000000000000000000000000
GIT binary patch
literal 0
HcmV?d00001
literal 3022
zcmd6pUvCmY6vfZ8iQi#_7aJ9&EoyzEw30^JngWd`O^5-pLw_QO-<{bl3%iI_
zA2t)1-8*~#pL2K18f&D9KFg`9k{WuWE7q;1n(3<|eb*=TIZvcx4UtCZJwy6~({DU8
z<~s7v%()I%mspOp;EA!CI?^E;%hL#rnQr`lBCl%C+t_qgL8DKU5A{H0tS%!r$#a&|
zDbhaAP4PV?);Y3tB#s=Pu$;c&+cKXK;hcSdY{qVS3-8IQ5_xMQa-6H;J)58P2=-%%
zMbsy<1=dWvl(AURbxsB^V|~*a-sM%-d$rY3m+GD9Ts>XrSat5sb*7d+B5Ct~N^Q@%
zZ{NjdF&1wnT}pNbF0wrsQnM+ja#Z}T%5ZF2D7Tt@kL~ky~Hi
zpqJkb!(kF*@v3MM1^g{QTR@Bh6@P=3RTc#l7Bk}{Yug>&pTJ+601+5*dJHBe+$B72
za}`(}X(tCIQCz|F3^|BpBN*uPD6VXnF#|l*^%fKc4z}T27dAGCqz4*XEc5e|8Z6TUfk
zp2zm&JmkOZ+pb>w469UZv*sZ-n|^+ne*RRx(u;U9TX#a;()`$qr-DtLd{2%Ov%l`G
z>?h9Zd!fWT*07bHLnYpRGk%je4!hqLQ$X$By<@tsr+w98?AgQ~5WBG?tiZ|a1j^zt
zUC({J+G6qlu)NsVPgkV2!tdYB_H1Q~oux&WF!*2J`iAvwZ~f(bs3|a{*!3y<@1Q(Z
NP52hFZ`eO!*Dw5Xbvpn6