summaryrefslogtreecommitdiff
path: root/doc/rst/legacy/tls_cipher_suite_discovery/index.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/rst/legacy/tls_cipher_suite_discovery/index.rst')
-rw-r--r--doc/rst/legacy/tls_cipher_suite_discovery/index.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/rst/legacy/tls_cipher_suite_discovery/index.rst b/doc/rst/legacy/tls_cipher_suite_discovery/index.rst
index fd0988e88..009eb5f82 100644
--- a/doc/rst/legacy/tls_cipher_suite_discovery/index.rst
+++ b/doc/rst/legacy/tls_cipher_suite_discovery/index.rst
@@ -45,7 +45,7 @@ TLS Cipher Suite Discovery
in that table publicly available too. The table and the number of entries are declared in
"ssl.h", as follows:
- .. code:: notranslate
+ .. code::
/* constant table enumerating all implemented SSL 2 and 3 cipher suites. */
SSL_IMPORT const PRUint16 SSL_ImplementedCiphers[];
@@ -57,7 +57,7 @@ TLS Cipher Suite Discovery
so libSSL provides a function by which the application can obtain a wealth of information about
any supported cipher suite, by its number. This function is declared in "ssl.h" as follows:
- .. code:: notranslate
+ .. code::
SSL_IMPORT SECStatus
SSL_GetCipherSuiteInfo(
@@ -75,7 +75,7 @@ TLS Cipher Suite Discovery
``SSLCipherSuiteInfo`` structure for that cipher suite. The ``SSLCipherSuiteInfo`` structure
contains this information, declared in "sslt.h":
- .. code:: notranslate
+ .. code::
typedef struct SSLCipherSuiteInfoStr {
PRUint16 length;