diff options
Diffstat (limited to 'apps/x509.c')
-rw-r--r-- | apps/x509.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/x509.c b/apps/x509.c index 50453c4b7c..8dffdb47c1 100644 --- a/apps/x509.c +++ b/apps/x509.c @@ -544,7 +544,7 @@ int x509_main(int argc, char **argv) checkend = 1; { intmax_t temp = 0; - if (!opt_imax(opt_arg(), &temp)) + if (!opt_intmax(opt_arg(), &temp)) goto opthelp; checkoffset = (time_t)temp; if ((intmax_t)checkoffset != temp) { |