summaryrefslogtreecommitdiffstats
path: root/apps/s_time.c
diff options
context:
space:
mode:
authorFdaSilvaYY <fdasilvayy@gmail.com>2016-08-03 22:49:25 +0200
committerMatt Caswell <matt@openssl.org>2016-08-17 17:09:19 +0100
commit54463e4f332ab1fd669411db2f37f9cb70651e89 (patch)
treed580094aa90fa1689bef10c13f1abf2ed4e84651 /apps/s_time.c
parent2e5ead831b1a92d78113b00978f8b3323268469f (diff)
Relocalise some globals variables
Reviewed-by: Rich Salz <rsalz@openssl.org> Reviewed-by: Matt Caswell <matt@openssl.org>
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))