From 1e318834c328bdd213527f717432fe40c1ebdf2e Mon Sep 17 00:00:00 2001 From: Lev Walkin Date: Mon, 28 Feb 2005 15:37:08 +0000 Subject: [PATCH] proper name of decoder template --- examples/sample.source.PKIX1/README | 7 ++++--- 1 file 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.