Commit 93896cc0 authored by Lev Walkin's avatar Lev Walkin

slightly updated mode of operation

parent 50e65145
/* /*
* Mode of operation: * Mode of operation:
* Each of the *.in files is XER-decoded, then converted into DER, * Each of the *.in files is XER-decoded, then converted into PER,
* then decoded from DER and encoded into XER again. The resulting * then decoded back from PER, then encoded into XER again,
* stream is compared with the corresponding .out file. * and finally compared to the original encoding.
*/ */
#undef NDEBUG #undef NDEBUG
#include <stdio.h> #include <stdio.h>
......
/* /*
* Mode of operation: * Mode of operation:
* Each of the *.in files is XER-decoded, then converted into DER, * Each of the *.in files is XER-decoded, then converted into PER,
* then decoded from DER and encoded into XER again. The resulting * then decoded back from PER, then encoded into XER again,
* stream is compared with the corresponding .out file. * and finally compared to the original encoding.
*/ */
#undef NDEBUG #undef NDEBUG
#include <stdio.h> #include <stdio.h>
......
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