X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=apps%2Fs_time.c;h=263502c753ea16d272ada6c453eac7ae024b8764;hb=2c4ee10c0aa231a30977aad47bae1d0dbe6bbef4;hp=de25319929dd7def0e562421d8c48d175e15fcb5;hpb=acc00492130d53d2d6a25bbe5409240aeba98420;p=oweals%2Fopenssl.git 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))