Commit b67596b6 authored by Lev Walkin's avatar Lev Walkin

different string to compile PKIX

parent e51413e6
...@@ -27,9 +27,10 @@ specified: ...@@ -27,9 +27,10 @@ specified:
asn1c <module1.asn1> <module2.asn1> ... asn1c <module1.asn1> <module2.asn1> ...
The ./examples directory contains several ASN.1 modules and a script to The ./examples directory contains several ASN.1 modules and a script to
extract ASN.1 modules from RFC documents. To compile X.509 PKI module: extract ASN.1 modules from RFC documents. Refer to the README file in that
directory. To compile X.509 PKI module:
./asn1c/asn1c -P ./examples/*PKIX*93*.asn1 ./asn1c/asn1c -P ./examples/rfc3280-*.asn1
In this example, -P option is used to instruct the compiler to print the In this example, -P option is used to instruct the compiler to print the
compiled text on the standard output instead of creating multiple .c compiled text on the standard output instead of creating multiple .c
......
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