diff options
Diffstat (limited to 'apps/timeouts.h')
| -rw-r--r-- | apps/timeouts.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/apps/timeouts.h b/apps/timeouts.h index 002852724763..3f9b2b50c9b8 100644 --- a/apps/timeouts.h +++ b/apps/timeouts.h @@ -8,10 +8,10 @@ */ #ifndef OSSL_APPS_TIMEOUTS_H -# define OSSL_APPS_TIMEOUTS_H +#define OSSL_APPS_TIMEOUTS_H /* numbers in us */ -# define DGRAM_RCV_TIMEOUT 250000 -# define DGRAM_SND_TIMEOUT 250000 +#define DGRAM_RCV_TIMEOUT 250000 +#define DGRAM_SND_TIMEOUT 250000 -#endif /* ! OSSL_APPS_TIMEOUTS_H */ +#endif /* ! OSSL_APPS_TIMEOUTS_H */ |
