Use correct pointer types for various functions.
[openssl.git] / crypto / x509 / x509.h
index b06863291083ebe860bf45c30662a172186335f5..51d8baf82e80e1d072a0d34fc7fad77822184d00 100644 (file)
@@ -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 */;