X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=crypto%2Fx509%2Fx509.h;h=51d8baf82e80e1d072a0d34fc7fad77822184d00;hp=b06863291083ebe860bf45c30662a172186335f5;hb=786aa98da1e7921f240eedfb18e0370f0155c22b;hpb=450ea83495f8da9d9331da7a724514158d618a6f 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 */;