warning.
authorUlf Möller <ulf@openssl.org>
Tue, 22 Feb 2000 12:53:59 +0000 (12:53 +0000)
committerUlf Möller <ulf@openssl.org>
Tue, 22 Feb 2000 12:53:59 +0000 (12:53 +0000)
crypto/asn1/a_strnid.c

index 5ec4d2fb1fefab4aca7605414d271e620b38f2ec..ab8417ffabc4b864e8a167445e4a5bd02456bd81 100644 (file)
@@ -74,7 +74,7 @@ static int table_cmp(ASN1_STRING_TABLE *a, ASN1_STRING_TABLE *b);
  * certain software (e.g. Netscape) has problems with them.
  */
 
-static long global_mask = 0xFFFFFFFFL;
+static unsigned long global_mask = 0xFFFFFFFFL;
 
 void ASN1_STRING_set_default_mask(unsigned long mask)
 {