diff --git a/examples/sample.source.PKIX1/README b/examples/sample.source.PKIX1/README index 6a4ecb4da51d35832b6fee2d852ec602fce13da1..8adf5a92f62ed4ddb1cfd473f7ba67da39aadd49 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.