From e3806b35a212fc846f3a3e4b61090d9e6196cc1d Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Wed, 19 Mar 2014 14:35:19 +0100 Subject: Fixed compilation warnings about pointer mismatch on 32bit --- asn1.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'asn1.h') diff --git a/asn1.h b/asn1.h index 78351b7..6c367dc 100644 --- a/asn1.h +++ b/asn1.h @@ -159,8 +159,8 @@ struct string { }; struct oid { - size_t l; - size_t* a; + unsigned long l; + unsigned long* a; }; enum x509_oid { -- cgit v1.2.3-55-g7522