summaryrefslogtreecommitdiff
path: root/lib/abstract_int.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/abstract_int.h')
-rw-r--r--lib/abstract_int.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/abstract_int.h b/lib/abstract_int.h
index 8900e51dbc..8f436b0a9f 100644
--- a/lib/abstract_int.h
+++ b/lib/abstract_int.h
@@ -20,8 +20,8 @@
*
*/
-#ifndef _ABSTRACT_INT_H
-#define _ABSTRACT_INT_H
+#ifndef GNUTLS_LIB_ABSTRACT_INT_H
+#define GNUTLS_LIB_ABSTRACT_INT_H
#include <gnutls/abstract.h>
@@ -121,4 +121,4 @@ const mac_entry_st *_gnutls_dsa_q_to_hash(const gnutls_pk_params_st *
int
_gnutls_privkey_get_mpis(gnutls_privkey_t key, gnutls_pk_params_st * params);
-#endif
+#endif /* GNUTLS_LIB_ABSTRACT_INT_H */