aboutsummaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorLev Walkin <vlm@lionet.info>2005-02-28 15:37:08 +0000
committerLev Walkin <vlm@lionet.info>2005-02-28 15:37:08 +0000
commit1e318834c328bdd213527f717432fe40c1ebdf2e (patch)
treef6d3ab45b6ea1c196f35cb5e827183fcfca9a699 /examples
parentbb1659318759d037a6a3d5490f2ca9b647a0913e (diff)
proper name of decoder template
Diffstat (limited to 'examples')
-rw-r--r--examples/sample.source.PKIX1/README7
1 files changed, 4 insertions, 3 deletions
diff --git a/examples/sample.source.PKIX1/README b/examples/sample.source.PKIX1/README
index 6a4ecb4d..8adf5a92 100644
--- a/examples/sample.source.PKIX1/README
+++ b/examples/sample.source.PKIX1/README
@@ -1,6 +1,7 @@
The X.509 (PKIX1) certificate decoder. Invoking `make` will compile the ASN.1
-specifications from the RFC3280 in the above directory.
-The ../decoder-template.c will supply the missing "int main()" routine
-which drives the decoding process.
+specifications from the rfc3280.txt in the above directory.
+
+The ../../skeletons/asn-decoder-template.c will supply the missing
+"int main()" routine which drives the decoding process.