summaryrefslogtreecommitdiff
path: root/lib/profiles.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/profiles.h')
-rw-r--r--lib/profiles.h15
1 files changed, 9 insertions, 6 deletions
diff --git a/lib/profiles.h b/lib/profiles.h
index ee49f9b08f..b5c0ca6182 100644
--- a/lib/profiles.h
+++ b/lib/profiles.h
@@ -21,13 +21,16 @@
*/
#ifndef GNUTLS_LIB_PROFILES_H
-#define GNUTLS_LIB_PROFILES_H
+# define GNUTLS_LIB_PROFILES_H
-#include <gnutls/gnutls.h>
-#include <gnutls/x509.h>
+# include <gnutls/gnutls.h>
+# include <gnutls/x509.h>
-gnutls_sec_param_t _gnutls_profile_to_sec_level(gnutls_certificate_verification_profiles_t profile) __GNUTLS_PURE__;
+gnutls_sec_param_t
+_gnutls_profile_to_sec_level(gnutls_certificate_verification_profiles_t profile)
+__GNUTLS_PURE__;
-gnutls_certificate_verification_profiles_t _gnutls_get_system_wide_verification_profile(void);
+gnutls_certificate_verification_profiles_t
+_gnutls_get_system_wide_verification_profile(void);
-#endif /* GNUTLS_LIB_PROFILES_H */
+#endif /* GNUTLS_LIB_PROFILES_H */