diff options
author | Tim Rühsen <tim.ruehsen@gmx.de> | 2019-04-28 11:11:23 +0200 |
---|---|---|
committer | Tim Rühsen <tim.ruehsen@gmx.de> | 2019-05-08 09:45:02 +0200 |
commit | aa6b0939c78ede92572b2ffb3fffbb797cb20e8e (patch) | |
tree | 44920d46ea370ad5db469cf34c329f354fbc8f87 /lib/includes/gnutls/abstract.h | |
parent | 03e1f6430150ef19d432e56d334b0f1d2424aeaa (diff) | |
download | gnutls-tmp-public-header-guards.tar.gz |
Add or clean header guards in lib/includes/gnutls/tmp-public-header-guards
Signed-off-by: Tim Rühsen <tim.ruehsen@gmx.de>
Diffstat (limited to 'lib/includes/gnutls/abstract.h')
-rw-r--r-- | lib/includes/gnutls/abstract.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/lib/includes/gnutls/abstract.h b/lib/includes/gnutls/abstract.h index d4b7da68b2..b06e0406ae 100644 --- a/lib/includes/gnutls/abstract.h +++ b/lib/includes/gnutls/abstract.h @@ -21,8 +21,8 @@ * */ -#ifndef __GNUTLS_ABSTRACT_H -#define __GNUTLS_ABSTRACT_H +#ifndef GNUTLS_ABSTRACT_H +#define GNUTLS_ABSTRACT_H #include <gnutls/gnutls.h> #include <gnutls/x509.h> @@ -768,4 +768,5 @@ gnutls_pubkey_print(gnutls_pubkey_t pubkey, } #endif /* *INDENT-ON* */ -#endif + +#endif /* GNUTLS_ABSTRACT_H */ |