Merge pull request #102 from daa/master

Use wide types to decode x509 certificate in examples, solves #47
This commit is contained in:
Lev Walkin 2017-03-26 04:07:09 -07:00 committed by GitHub
commit 110fc0d802
1 changed files with 1 additions and 1 deletions

View File

@ -375,7 +375,7 @@ Certificate.c: ../sample.makefile.regen ../rfc3280-*.asn1
make make
regen-makefile: regen-makefile:
ASN1CMDOPTS="" \ ASN1CMDOPTS="-fwide-types" \
ASN1MODULES="../rfc3280-*.asn1" \ ASN1MODULES="../rfc3280-*.asn1" \
ASN1PDU=Certificate \ ASN1PDU=Certificate \
PROGNAME=x509dump \ PROGNAME=x509dump \