X509Name.get_components
diff --git a/doc/html/openssl-pkcs12.html b/doc/html/openssl-pkcs12.html
index 1439b61..26f1dd7 100644
--- a/doc/html/openssl-pkcs12.html
+++ b/doc/html/openssl-pkcs12.html
@@ -52,19 +52,19 @@
PKCS12 objects have the following methods:
<P>
-<dl><dt><b><a name='l2h-78'><tt class='method'>get_certificate</tt></a></b>()
+<dl><dt><b><a name='l2h-79'><tt class='method'>get_certificate</tt></a></b>()
<dd>
Return certificate portion of the PKCS12 structure.
</dl>
<P>
-<dl><dt><b><a name='l2h-79'><tt class='method'>get_privatekey</tt></a></b>()
+<dl><dt><b><a name='l2h-80'><tt class='method'>get_privatekey</tt></a></b>()
<dd>
Return private key portion of the PKCS12 structure
</dl>
<P>
-<dl><dt><b><a name='l2h-80'><tt class='method'>get_ca_certificates</tt></a></b>()
+<dl><dt><b><a name='l2h-81'><tt class='method'>get_ca_certificates</tt></a></b>()
<dd>
Return CA certificates within the PKCS12 object as a tuple. Returns
None if no CA certificates are present.