Skip to content
Snippets Groups Projects
Commit bac01327 authored by Lev Walkin's avatar Lev Walkin
Browse files

fixes

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