summaryrefslogtreecommitdiffstats
path: root/apps/s_time.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/s_time.c')
-rw-r--r--apps/s_time.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/apps/s_time.c b/apps/s_time.c
index de25319929..263502c753 100644
--- a/apps/s_time.c
+++ b/apps/s_time.c
@@ -38,9 +38,6 @@
* #define TEST_CERT "client.pem"
*/
-#undef BUFSIZZ
-#define BUFSIZZ 1024*10
-
#undef min
#undef max
#define min(a,b) (((a) < (b)) ? (a) : (b))