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

index 1b6ed57..2becd2c 100644 (file)
@@ -226,8 +226,8 @@ These things combined should enable you to specify things like
     #include <quick-der/api.h>
     #include <quick-der/rfc5280.h>
 
-    typedef asn1_rfc5280_Certificate Certificate;
-    derwalk path_cert = { DER_RFC5280_CERTIFICATE, DER_PACK_END };
+    typedef rfc5280_Certificate_ovly Certificate;
+    derwalk path_cert [] = { rfc5280_Certificate_PACK, DER_PACK_END };
 
     void print (dercursor *input) {
             Certificate crt;