(define_asn1): add TUInteger

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@8129 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
2000-04-06 17:21:32 +00:00
parent 33a90723e0
commit 4e4e2837e2

View File

@@ -1,5 +1,5 @@
/*
* Copyright (c) 1997, 1998, 1999 Kungliga Tekniska H<>gskolan
* Copyright (c) 1997 - 2000 Kungliga Tekniska H<>gskolan
* (Royal Institute of Technology, Stockholm, Sweden).
* All rights reserved.
*
@@ -126,6 +126,10 @@ define_asn1 (int level, Type *t)
space(level);
fprintf (headerfile, "INTEGER");
break;
case TUInteger:
space(level);
fprintf (headerfile, "UNSIGNED INTEGER");
break;
case TOctetString:
space(level);
fprintf (headerfile, "OCTET STRING");