Commit bac01327 authored by Lev Walkin's avatar Lev Walkin

fixes

parent 4b90602e
...@@ -10,11 +10,11 @@ ...@@ -10,11 +10,11 @@
uint8_t buf1[] = { uint8_t buf1[] = {
32 | ((2 << 6) + 2), /* [2], constructed */ 32 | ((2 << 6) + 2), /* [2], constructed */
8,
32 | ((2 << 6) + 3), /* [3], constructed */
6, 6,
32 | ((2 << 6) + 4), /* [4], constructed */ 32 | ((2 << 6) + 3), /* [3], constructed */
4, 4,
32 | ((2 << 6) + 4), /* [4], constructed */
2,
0 | ((2 << 6) + 6), /* [6], primitive */ 0 | ((2 << 6) + 6), /* [6], primitive */
0 0
}; };
...@@ -22,7 +22,7 @@ uint8_t buf1[] = { ...@@ -22,7 +22,7 @@ uint8_t buf1[] = {
uint8_t buf2[] = { uint8_t buf2[] = {
32 | ((2 << 6) + 0), /* [0], constructed */ 32 | ((2 << 6) + 0), /* [0], constructed */
22, 23,
32 | ((2 << 6) + 1), /* [1], constructed */ 32 | ((2 << 6) + 1), /* [1], constructed */
6, 6,
...@@ -43,7 +43,7 @@ uint8_t buf2[] = { ...@@ -43,7 +43,7 @@ uint8_t buf2[] = {
0x00, 0x00,
32 | ((2 << 6) + 3), /* [3], constructed */ 32 | ((2 << 6) + 3), /* [3], constructed */
4, 5,
0 | ((2 << 6) + 6), /* [6], primitive */ 0 | ((2 << 6) + 6), /* [6], primitive */
3, 3,
0x80, 0x80,
......
...@@ -44,6 +44,7 @@ CXXFLAGS=\${COMMON_FLAGS} ${CXXFLAGS} ...@@ -44,6 +44,7 @@ CXXFLAGS=\${COMMON_FLAGS} ${CXXFLAGS}
all: check-executable all: check-executable
check-executable: compiled-module *.c* check-executable: compiled-module *.c*
@rm -f *.core
\$(CC) \$(CFLAGS) -o check-executable -lm *.c* \$(CC) \$(CFLAGS) -o check-executable -lm *.c*
# Compile the corresponding .asn1 spec. # Compile the corresponding .asn1 spec.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment