summaryrefslogtreecommitdiff
path: root/lib/mpi.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/mpi.h')
-rw-r--r--lib/mpi.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/mpi.h b/lib/mpi.h
index d896ae5e72..a625094bbb 100644
--- a/lib/mpi.h
+++ b/lib/mpi.h
@@ -20,8 +20,8 @@
*
*/
-#ifndef GNUTLS_MPI_H
-#define GNUTLS_MPI_H
+#ifndef GNUTLS_LIB_MPI_H
+#define GNUTLS_LIB_MPI_H
#include "gnutls_int.h"
@@ -90,4 +90,4 @@ typedef int (*mpi_dprint_func)(const bigint_t a, gnutls_datum_t * dest);
#define _gnutls_mpi_generate_group( gg, bits) _gnutls_mpi_ops.bigint_generate_group( gg, bits)
-#endif
+#endif /* GNUTLS_LIB_MPI_H */