summaryrefslogtreecommitdiffstats
path: root/crypto/heimdal/lib/asn1/asn1-common.h
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/heimdal/lib/asn1/asn1-common.h')
-rw-r--r--crypto/heimdal/lib/asn1/asn1-common.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/crypto/heimdal/lib/asn1/asn1-common.h b/crypto/heimdal/lib/asn1/asn1-common.h
index d3a30f2..251d401 100644
--- a/crypto/heimdal/lib/asn1/asn1-common.h
+++ b/crypto/heimdal/lib/asn1/asn1-common.h
@@ -1,4 +1,4 @@
-/* $Id: asn1-common.h,v 1.1 2000/04/14 15:41:31 joda Exp $ */
+/* $Id: asn1-common.h,v 1.2 2001/09/25 13:39:25 assar Exp $ */
#include <stddef.h>
#include <time.h>
@@ -13,4 +13,9 @@ typedef struct octet_string {
typedef char *general_string;
+typedef struct oid {
+ size_t length;
+ unsigned *components;
+} oid;
+
#endif
OpenPOWER on IntegriCloud