Commit 110fc0d8 authored by Lev Walkin's avatar Lev Walkin Committed by GitHub

Merge pull request #102 from daa/master

Use wide types to decode x509 certificate in examples, solves #47
parents 0ed483db bc6243e6
......@@ -375,7 +375,7 @@ Certificate.c: ../sample.makefile.regen ../rfc3280-*.asn1
make
regen-makefile:
ASN1CMDOPTS="" \
ASN1CMDOPTS="-fwide-types" \
ASN1MODULES="../rfc3280-*.asn1" \
ASN1PDU=Certificate \
PROGNAME=x509dump \
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment