summaryrefslogtreecommitdiff
path: root/lib/dh.h
diff options
context:
space:
mode:
authorTim Rühsen <tim.ruehsen@gmx.de>2019-03-14 21:21:50 +0100
committerTim Rühsen <tim.ruehsen@gmx.de>2019-05-07 21:06:23 +0200
commitf04f0853b2be8b46d1437e6636900165b3a89f73 (patch)
tree323f4c5ee01e14a4f8bc6b3d992269b19a7af4da /lib/dh.h
parentefac5f44c41bc022b9b0b21130bd826745acef91 (diff)
downloadgnutls-f04f0853b2be8b46d1437e6636900165b3a89f73.tar.gz
Add or clean header guards in lib/
Signed-off-by: Tim Rühsen <tim.ruehsen@gmx.de>
Diffstat (limited to 'lib/dh.h')
-rw-r--r--lib/dh.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/dh.h b/lib/dh.h
index 143be009ea..9f3dc2a709 100644
--- a/lib/dh.h
+++ b/lib/dh.h
@@ -20,8 +20,8 @@
*
*/
-#ifndef GNUTLS_DH_H
-#define GNUTLS_DH_H
+#ifndef GNUTLS_LIB_DH_H
+#define GNUTLS_LIB_DH_H
const bigint_t *_gnutls_dh_params_to_mpi(gnutls_dh_params_t);
@@ -31,4 +31,4 @@ _gnutls_figure_dh_params(gnutls_session_t session, gnutls_dh_params_t dh_params,
int _gnutls_set_cred_dh_params(gnutls_dh_params_t *cparams, gnutls_sec_param_t sec_param);
-#endif
+#endif /* GNUTLS_LIB_DH_H */