summaryrefslogtreecommitdiffstats
path: root/crypto/heimdal/lib/asn1/gen_length.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/heimdal/lib/asn1/gen_length.c')
-rw-r--r--crypto/heimdal/lib/asn1/gen_length.c8
1 files changed, 7 insertions, 1 deletions
diff --git a/crypto/heimdal/lib/asn1/gen_length.c b/crypto/heimdal/lib/asn1/gen_length.c
index ca2af6f..7c379d6 100644
--- a/crypto/heimdal/lib/asn1/gen_length.c
+++ b/crypto/heimdal/lib/asn1/gen_length.c
@@ -33,7 +33,7 @@
#include "gen_locl.h"
-RCSID("$Id: gen_length.c,v 1.10 2000/06/21 22:40:53 assar Exp $");
+RCSID("$Id: gen_length.c,v 1.11 2001/09/25 13:39:26 assar Exp $");
static void
length_primitive (const char *typename,
@@ -69,9 +69,15 @@ length_type (const char *name, const Type *t, const char *variable)
case TUInteger:
length_primitive ("unsigned", name, variable);
break;
+ case TEnumerated :
+ length_primitive ("enumerated", name, variable);
+ break;
case TOctetString:
length_primitive ("octet_string", name, variable);
break;
+ case TOID :
+ length_primitive ("oid", name, variable);
+ break;
case TBitString: {
/*
* XXX - Hope this is correct
OpenPOWER on IntegriCloud