]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
Fix sc_space_tab syntax-check nit.
authorSimon Josefsson <simon@josefsson.org>
Mon, 16 Jan 2012 12:59:42 +0000 (13:59 +0100)
committerSimon Josefsson <simon@josefsson.org>
Mon, 16 Jan 2012 12:59:42 +0000 (13:59 +0100)
doc/cha-programs.texi

index 23888e0651f0c180f1e3411f8a1a6d8731d1b968..4009261e2bc62928e7ddfd115e2a5cdb8a751919 100644 (file)
@@ -107,12 +107,12 @@ the handshake.
 @example
 $ ./gnutls-cli --priority SECURE192 -l
 Cipher suites for SECURE192
-TLS_ECDHE_ECDSA_AES_256_CBC_SHA384                     0xc0, 0x24      TLS1.2
-TLS_ECDHE_ECDSA_AES_256_GCM_SHA384                     0xc0, 0x2e      TLS1.2
-TLS_ECDHE_RSA_AES_256_GCM_SHA384                       0xc0, 0x30      TLS1.2
-TLS_DHE_RSA_AES_256_CBC_SHA256                         0x00, 0x6b      TLS1.2
-TLS_DHE_DSS_AES_256_CBC_SHA256                         0x00, 0x6a      TLS1.2
-TLS_RSA_AES_256_CBC_SHA256                             0x00, 0x3d      TLS1.2
+TLS_ECDHE_ECDSA_AES_256_CBC_SHA384                0xc0, 0x24   TLS1.2
+TLS_ECDHE_ECDSA_AES_256_GCM_SHA384                0xc0, 0x2e   TLS1.2
+TLS_ECDHE_RSA_AES_256_GCM_SHA384                  0xc0, 0x30   TLS1.2
+TLS_DHE_RSA_AES_256_CBC_SHA256                    0x00, 0x6b   TLS1.2
+TLS_DHE_DSS_AES_256_CBC_SHA256                    0x00, 0x6a   TLS1.2
+TLS_RSA_AES_256_CBC_SHA256                        0x00, 0x3d   TLS1.2
 @end example