summaryrefslogtreecommitdiffstats
path: root/OpenSSL/ASN1
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSSL/ASN1')
-rw-r--r--OpenSSL/ASN1/ASN1Data.html2
-rw-r--r--OpenSSL/ASN1/Primitive.html2
2 files changed, 2 insertions, 2 deletions
diff --git a/OpenSSL/ASN1/ASN1Data.html b/OpenSSL/ASN1/ASN1Data.html
index 879e7ba8..21aa900f 100644
--- a/OpenSSL/ASN1/ASN1Data.html
+++ b/OpenSSL/ASN1/ASN1Data.html
@@ -126,7 +126,7 @@
</li><li>
<p><em>tag_class</em> equal to <code>:CONTEXT_SPECIFIC</code></p>
</li><li>
-<p><em>value</em> equal to an Array with one single element, an instance of OpenSSL::ASN1::Integer, i.e. the inner element is the non-tagged primitive value, and the tagging is represented in the outer <a href="ASN1Data.html"><code>ASN1Data</code></a></p>
+<p><em>value</em> equal to an Array with one single element, an instance of <a href="../../Integer.html"><code>OpenSSL::ASN1::Integer</code></a>, i.e. the inner element is the non-tagged primitive value, and the tagging is represented in the outer <a href="ASN1Data.html"><code>ASN1Data</code></a></p>
</li></ul>
<h2 id="class-OpenSSL::ASN1::ASN1Data-label-Example+-+Decoding+an+implicitly+tagged+INTEGER">Example - Decoding an implicitly tagged INTEGER<span><a href="#class-OpenSSL::ASN1::ASN1Data-label-Example+-+Decoding+an+implicitly+tagged+INTEGER">&para;</a> <a href="#top">&uarr;</a></span></h2>
diff --git a/OpenSSL/ASN1/Primitive.html b/OpenSSL/ASN1/Primitive.html
index 81108229..62dd1e33 100644
--- a/OpenSSL/ASN1/Primitive.html
+++ b/OpenSSL/ASN1/Primitive.html
@@ -110,7 +110,7 @@
</li><li>
<p>OpenSSL::ASN1::Boolean &lt;=&gt; <em>value</em> is <code>true</code> or <code>false</code></p>
</li><li>
-<p>OpenSSL::ASN1::Integer &lt;=&gt; <em>value</em> is an <a href="../BN.html"><code>OpenSSL::BN</code></a></p>
+<p><a href="../../Integer.html"><code>OpenSSL::ASN1::Integer</code></a> &lt;=&gt; <em>value</em> is an <a href="../BN.html"><code>OpenSSL::BN</code></a></p>
</li><li>
<p>OpenSSL::ASN1::BitString &lt;=&gt; <em>value</em> is a String</p>
</li><li>