aboutsummaryrefslogtreecommitdiffstats
path: root/skeletons/ANY.h
diff options
context:
space:
mode:
authorLev Walkin <vlm@lionet.info>2004-10-12 05:57:23 +0000
committerLev Walkin <vlm@lionet.info>2004-10-12 05:57:23 +0000
commitbbd9325d2e67d0b6881a6716d2dcf538833e6320 (patch)
tree3018cf701759a0635478e7152327b32c552b65bc /skeletons/ANY.h
parent07f388cf82ee438138064a756e5e409e1cd969a1 (diff)
BIT STRING now stores the number of unused octets in a separate field.
Diffstat (limited to 'skeletons/ANY.h')
-rw-r--r--skeletons/ANY.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/skeletons/ANY.h b/skeletons/ANY.h
index 588f2951..cabc411b 100644
--- a/skeletons/ANY.h
+++ b/skeletons/ANY.h
@@ -5,7 +5,7 @@
#ifndef ASN_TYPE_ANY_H
#define ASN_TYPE_ANY_H
-#include <OCTET_STRING.h> /* Implemented via OCTET SRING type */
+#include <OCTET_STRING.h> /* Implemented via OCTET STRING type */
typedef struct ANY {
uint8_t *buf; /* BER-encoded ANY contents */