summaryrefslogtreecommitdiffstats
path: root/crypto/asn1/a_strnid.c
diff options
context:
space:
mode:
authorUlf Möller <ulf@openssl.org>2000-02-22 12:53:59 +0000
committerUlf Möller <ulf@openssl.org>2000-02-22 12:53:59 +0000
commit43e9d805e85eba20d68b9448e932478cecebc3ae (patch)
tree7ec6cc260b1a2dac3c386aeacff321891956c80b /crypto/asn1/a_strnid.c
parentde4b5989461a101b2b93987b5de47b5e39dbe1e3 (diff)
warning.
Diffstat (limited to 'crypto/asn1/a_strnid.c')
-rw-r--r--crypto/asn1/a_strnid.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/asn1/a_strnid.c b/crypto/asn1/a_strnid.c
index 5ec4d2fb1f..ab8417ffab 100644
--- a/crypto/asn1/a_strnid.c
+++ b/crypto/asn1/a_strnid.c
@@ -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)
{