summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/gnutls_int.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/gnutls_int.h b/lib/gnutls_int.h
index d2d417ee67..b27fa01130 100644
--- a/lib/gnutls_int.h
+++ b/lib/gnutls_int.h
@@ -335,10 +335,9 @@ typedef enum extensions_t {
GNUTLS_EXTENSION_PSK_KE_MODES,
/*
* pre_shared_key and dumbfw must always be the last extensions,
- * in that order
- */
- GNUTLS_EXTENSION_PRE_SHARED_KEY,
+ * in that order */
GNUTLS_EXTENSION_DUMBFW,
+ GNUTLS_EXTENSION_PRE_SHARED_KEY,
GNUTLS_EXTENSION_MAX /* not real extension - used for iterators */
} extensions_t;