comparison tests.c @ 364:f2e6e3352f2d

Cosmetics.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 25 Feb 2016 14:48:25 +0200
parents 68e8ad3327b8
children c39f8e22ca1c
comparison
equal deleted inserted replaced
363:68e8ad3327b8 364:f2e6e3352f2d
2 #include "th_args.h" 2 #include "th_args.h"
3 #include "th_util.h" 3 #include "th_util.h"
4 #include "th_string.h" 4 #include "th_string.h"
5 #include "th_crypto.h" 5 #include "th_crypto.h"
6 6
7 #define SET_BUF_SIZE 128 7
8 #define SET_MAX_TESTS 64 8 #define SET_BUF_SIZE 128
9 #define SET_SENTINEL_BYTE 0x0e5 9 #define SET_MAX_TESTS 64
10 #define SET_SENTINEL_BYTE 0x0e5
10 11
11 12
12 typedef struct 13 typedef struct
13 { 14 {
14 char *header, *res; 15 char *header, *res;