summaryrefslogtreecommitdiff
path: root/doc/rst/legacy/ssl_functions/sslkey/index.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/rst/legacy/ssl_functions/sslkey/index.rst')
-rw-r--r--doc/rst/legacy/ssl_functions/sslkey/index.rst10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/rst/legacy/ssl_functions/sslkey/index.rst b/doc/rst/legacy/ssl_functions/sslkey/index.rst
index 1c25c6e28..eafd40314 100644
--- a/doc/rst/legacy/ssl_functions/sslkey/index.rst
+++ b/doc/rst/legacy/ssl_functions/sslkey/index.rst
@@ -42,12 +42,12 @@ sslkey
.. rubric:: Syntax
:name: syntax
- .. code:: notranslate
+ .. code::
#include <key.h>
#include <keyt.h>
- .. code:: notranslate
+ .. code::
SECKEYKeyDBHandle *SECKEY_GetDefaultKeyDB(void);
@@ -71,12 +71,12 @@ sslkey
.. rubric:: Syntax
:name: syntax_2
- .. code:: notranslate
+ .. code::
#include <key.h>
#include <keyt.h>
- .. code:: notranslate
+ .. code::
void SECKEY_DestroyPrivateKey(SECKEYPrivateKey *key);
@@ -86,7 +86,7 @@ sslkey
This function has the following parameter:
+-------------------------------------------------+-------------------------------------------------+
- | .. code:: notranslate | A pointer to the private key structure to |
+ | .. code:: | A pointer to the private key structure to |
| | destroy. |
| key | |
+-------------------------------------------------+-------------------------------------------------+