Merge pull request #5714 from alexischr/update_bockbuild
[mono.git] / mono / btls / btls-x509.h
index a9a9200127d47ee4b011e85908e7f8fd60132036..d9137431333d46cca5ffbf7f9f25ce25a456300c 100644 (file)
@@ -79,10 +79,10 @@ mono_btls_x509_cmp (const X509 *a, const X509 *b);
 int
 mono_btls_x509_get_hash (X509 *x509, const void **data);
 
-long
+int64_t
 mono_btls_x509_get_not_before (X509 *x509);
 
-long
+int64_t
 mono_btls_x509_get_not_after (X509 *x509);
 
 int