Fix
authorRick van Rein <rick@openfortress.nl>
Mon, 22 Feb 2016 10:08:57 +0000 (10:08 +0000)
committerRick van Rein <rick@openfortress.nl>
Mon, 22 Feb 2016 10:08:57 +0000 (10:08 +0000)
PACK-SYNTAX.MD

index f77eb5f..1b6ed57 100644 (file)
@@ -231,7 +231,7 @@ These things combined should enable you to specify things like
 
     void print (dercursor *input) {
             Certificate crt;
-            if (der_unpack (&input, path_demo, (dercursor *) &crt, 1) == 0) {
+            if (der_unpack (&input, path_cert, (dercursor *) &crt, 1) == 0) {
                     ...crt.tbsCertificate.issuer...
             }
     }