Document the X509Name.hash method
diff --git a/doc/html/openssl-pkcs12.html b/doc/html/openssl-pkcs12.html
index bee9f8a..4eb893f 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-76'><tt class='method'>get_certificate</tt></a></b>()
+<dl><dt><b><a name='l2h-77'><tt class='method'>get_certificate</tt></a></b>()
<dd>
Return certificate portion of the PKCS12 structure.
</dl>
<P>
-<dl><dt><b><a name='l2h-77'><tt class='method'>get_privatekey</tt></a></b>()
+<dl><dt><b><a name='l2h-78'><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-78'><tt class='method'>get_ca_certificates</tt></a></b>()
+<dl><dt><b><a name='l2h-79'><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.