summaryrefslogtreecommitdiffstats
path: root/crypto/x509
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2006-07-20 16:56:47 +0000
committerDr. Stephen Henson <steve@openssl.org>2006-07-20 16:56:47 +0000
commit786aa98da1e7921f240eedfb18e0370f0155c22b (patch)
tree98b15ca22821a0e598a169394e577403b878fe7e /crypto/x509
parent413e0853d7457e9ca2dcc18fd2ca15ef9327b04d (diff)
Use correct pointer types for various functions.
Diffstat (limited to 'crypto/x509')
-rw-r--r--crypto/x509/x509.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/x509/x509.h b/crypto/x509/x509.h
index b068632910..51d8baf82e 100644
--- a/crypto/x509/x509.h
+++ b/crypto/x509/x509.h
@@ -189,7 +189,7 @@ struct X509_name_st
#else
char *bytes;
#endif
- unsigned long hash; /* Keep the hash around for lookups */
+/* unsigned long hash; Keep the hash around for lookups */
unsigned char *canon_enc;
int canon_enclen;
} /* X509_NAME */;