diff options
Diffstat (limited to 'lib/ext/max_record.h')
-rw-r--r-- | lib/ext/max_record.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/ext/max_record.h b/lib/ext/max_record.h index 553a37e4fc..758c8e12c8 100644 --- a/lib/ext/max_record.h +++ b/lib/ext/max_record.h @@ -20,11 +20,11 @@ * */ -#ifndef EXT_MAX_RECORD_H -#define EXT_MAX_RECORD_H +#ifndef GNUTLS_LIB_EXT_MAX_RECORD_H +#define GNUTLS_LIB_EXT_MAX_RECORD_H #include <hello_ext.h> extern const hello_ext_entry_st ext_mod_max_record_size; -#endif +#endif /* GNUTLS_LIB_EXT_MAX_RECORD_H */ |