Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
A
asn1c
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Libraries
asn1c
Commits
478819d6
Commit
478819d6
authored
7 years ago
by
Lev Walkin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
converter-sample renamed into converter-example
parent
f3f7f942
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
7 deletions
+7
-7
skeletons/Makefile.am
skeletons/Makefile.am
+4
-4
skeletons/converter-example.c
skeletons/converter-example.c
+2
-2
skeletons/file-dependencies
skeletons/file-dependencies
+1
-1
No files found.
skeletons/Makefile.am
View file @
478819d6
...
...
@@ -90,9 +90,9 @@ libasn1cskeletons_la_SOURCES = \
xer_encoder.c xer_encoder.h
\
xer_support.c xer_support.h
check_PROGRAMS
=
check-converter_
s
ample
check_PROGRAMS
=
check-converter_
ex
ample
LDADD
=
-lm
check_converter_
s
ample_CFLAGS
=
-DNO_ASN_PDU
check_converter_
sample_SOURCES
=
converter-s
ample.c
check_converter_
s
ample_LDADD
=
libasn1cskeletons.la
check_converter_
ex
ample_CFLAGS
=
-DNO_ASN_PDU
check_converter_
example_SOURCES
=
converter-ex
ample.c
check_converter_
ex
ample_LDADD
=
libasn1cskeletons.la
This diff is collapsed.
Click to expand it.
skeletons/converter-
s
ample.c
→
skeletons/converter-
ex
ample.c
View file @
478819d6
...
...
@@ -3,9 +3,9 @@
* Copyright (c) 2005-2017 Lev Walkin <vlm@lionet.info>.
* All rights reserved.
*
* To compile with your own ASN.1 type,
please
redefine the PDU as shown:
* To compile with your own ASN.1 type, redefine the PDU as shown:
*
* cc -DPDU=MyCustomType -o myDecoder.o -c converter-
s
ample.c
* cc -DPDU=MyCustomType -o myDecoder.o -c converter-
ex
ample.c
*/
#ifdef HAVE_CONFIG_H
#include <config.h>
...
...
This diff is collapsed.
Click to expand it.
skeletons/file-dependencies
View file @
478819d6
...
...
@@ -65,7 +65,7 @@ per_encoder.h per_encoder.c # PER encoding support
per_opentype.h per_opentype.c # PER "open type" handling
CONVERTER: # THIS IS A SPECIAL SECTION
converter-
sample.c # A default name for s
ample transcoder
converter-
example.c # A default name for the ex
ample transcoder
CODEC-OER: # THIS IS A SPECIAL SECTION
oer_decoder.h oer_decoder.c # OER decoding support
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment