diff options
Diffstat (limited to 'lib/includes/gnutls/compat.h')
-rw-r--r-- | lib/includes/gnutls/compat.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/includes/gnutls/compat.h b/lib/includes/gnutls/compat.h index b2ebcb4075..2779ca9f3a 100644 --- a/lib/includes/gnutls/compat.h +++ b/lib/includes/gnutls/compat.h @@ -22,8 +22,8 @@ /* Typedefs for more compatibility with older GnuTLS. */ -#ifndef _GNUTLS_COMPAT_H -#define _GNUTLS_COMPAT_H +#ifndef GNUTLS_COMPAT_H +#define GNUTLS_COMPAT_H /* *INDENT-OFF* */ #ifdef __cplusplus @@ -243,4 +243,4 @@ int gnutls_priority_compression_list(gnutls_priority_t pcache, #endif /* *INDENT-ON* */ -#endif /* _GNUTLS_COMPAT_H */ +#endif /* GNUTLS_COMPAT_H */ |