Remove WIN32 warnings

This commit is contained in:
Zhi Guan
2023-02-06 22:36:39 +08:00
parent d4d2f64aaa
commit 591db2cc01
10 changed files with 5 additions and 12 deletions

View File

@@ -2567,7 +2567,6 @@ int x509_revoke_reason_flags_print(FILE *fp, int fmt, int ind, const char *label
int x509_uri_as_distribution_point_name_to_der(const char *uri, size_t urilen,
uint8_t **out, size_t *outlen)
{
int ret;
int tag = ASN1_TAG_EXPLICIT(X509_full_name);
if (urilen == 0) {