summaryrefslogtreecommitdiff
path: root/doc/rst/legacy/cert_findcertbyissuerandsn/index.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/rst/legacy/cert_findcertbyissuerandsn/index.rst')
-rw-r--r--doc/rst/legacy/cert_findcertbyissuerandsn/index.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/rst/legacy/cert_findcertbyissuerandsn/index.rst b/doc/rst/legacy/cert_findcertbyissuerandsn/index.rst
index 14d38abe2..933fff206 100644
--- a/doc/rst/legacy/cert_findcertbyissuerandsn/index.rst
+++ b/doc/rst/legacy/cert_findcertbyissuerandsn/index.rst
@@ -12,7 +12,7 @@ CERT_FindCertByIssuerAndSN
.. container::
- .. code:: notranslate
+ .. code::
#include <cert.h>
CERTCertificate *CERT_FindCertByIssuerAndSN (
@@ -58,7 +58,7 @@ CERT_FindCertByIssuerAndSN
.. container::
- .. code:: notranslate
+ .. code::
CERTIssuerAndSN issuerSN;
issuerSN.derIssuer.data = caName->data;