Document the X509Name.hash method
diff --git a/doc/pyOpenSSL.tex b/doc/pyOpenSSL.tex
index 7e2b1f9..03ec725 100644
--- a/doc/pyOpenSSL.tex
+++ b/doc/pyOpenSSL.tex
@@ -264,7 +264,6 @@
encrypted, a \var{passphrase} must be included.
\end{funcdesc}
-
\subsubsection{X509 objects \label{openssl-x509}}
X509 objects have the following methods:
@@ -383,6 +382,13 @@
\subsubsection{X509Name objects \label{openssl-x509name}}
+X509Name objects have the following methods:
+
+\begin{methoddesc}[X509Name]{hash}{}
+Return an integer giving the first four bytes of the MD5 digest of the DER
+representation of the name.
+\end{methoddesc}
+
X509Name objects have the following members:
\begin{memberdesc}[X509Name]{countryName}