summaryrefslogtreecommitdiff
path: root/lib/ext/srp.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/ext/srp.h')
-rw-r--r--lib/ext/srp.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/lib/ext/srp.h b/lib/ext/srp.h
index fd7576fef7..67398ba7b4 100644
--- a/lib/ext/srp.h
+++ b/lib/ext/srp.h
@@ -21,14 +21,14 @@
*/
#ifndef GNUTLS_LIB_EXT_SRP_H
-#define GNUTLS_LIB_EXT_SRP_H
+# define GNUTLS_LIB_EXT_SRP_H
-#include <hello_ext.h>
+# include <hello_ext.h>
-#define IS_SRP_KX(kx) ((kx == GNUTLS_KX_SRP || (kx == GNUTLS_KX_SRP_RSA) || \
+# define IS_SRP_KX(kx) ((kx == GNUTLS_KX_SRP || (kx == GNUTLS_KX_SRP_RSA) || \
kx == GNUTLS_KX_SRP_DSS)?1:0)
-#ifdef ENABLE_SRP
+# ifdef ENABLE_SRP
extern const hello_ext_entry_st ext_mod_srp;
@@ -37,6 +37,6 @@ typedef struct {
char *password;
} srp_ext_st;
-#endif
+# endif
-#endif /* GNUTLS_LIB_EXT_SRP_H */
+#endif /* GNUTLS_LIB_EXT_SRP_H */