Fix silly code that printfs NULL when there are no fractional seconds
authorbeck <beck@openbsd.org>
Mon, 3 Apr 2017 15:52:59 +0000 (15:52 +0000)
committerbeck <beck@openbsd.org>
Mon, 3 Apr 2017 15:52:59 +0000 (15:52 +0000)
commit989edf2beff32593661082af36788031725f993d
tree601e8dd3d8404253fb602b2b0e991624a280a3fc
parentb623c863aca6c5a1870f23758335db1498ad99ff
Fix silly code that printfs NULL when there are no fractional seconds
on a GENREALIZEDTIME (which there should really never be for anything
remotely standards compliant)
ok jsing@
lib/libcrypto/asn1/t_x509.c