Document the X509Name.hash method
diff --git a/doc/html/openssl-pkey.html b/doc/html/openssl-pkey.html
index 6665010..cb9ecbe 100644
--- a/doc/html/openssl-pkey.html
+++ b/doc/html/openssl-pkey.html
@@ -52,20 +52,20 @@
The PKey object has the following methods:
<P>
-<dl><dt><b><a name='l2h-68'><tt class='method'>bits</tt></a></b>()
+<dl><dt><b><a name='l2h-69'><tt class='method'>bits</tt></a></b>()
<dd>
Return the number of bits of the key.
</dl>
<P>
-<dl><dt><b><a name='l2h-69'><tt class='method'>generate_key</tt></a></b>(<var>type, bits</var>)
+<dl><dt><b><a name='l2h-70'><tt class='method'>generate_key</tt></a></b>(<var>type, bits</var>)
<dd>
Generate a public/private key pair of the type <var>type</var> (one of
<tt class="constant">TYPE_RSA</tt> and <tt class="constant">TYPE_DSA</tt>) with the size <var>bits</var>.
</dl>
<P>
-<dl><dt><b><a name='l2h-70'><tt class='method'>type</tt></a></b>()
+<dl><dt><b><a name='l2h-71'><tt class='method'>type</tt></a></b>()
<dd>
Return the type of the key.
</dl>