summaryrefslogtreecommitdiffstats
path: root/asn1.h
diff options
context:
space:
mode:
Diffstat (limited to 'asn1.h')
-rw-r--r--asn1.h4
1 files changed, 2 insertions, 2 deletions
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 {