Enable usage of crlNumber from user

Signed-off-by: Melg Eight <public.melg8@gmail.com>
This commit is contained in:
Melg Eight 2022-02-16 10:01:27 +03:00
parent 3f6b0105a3
commit 2d8ebfe227
No known key found for this signature in database
GPG Key ID: 8F73D998D1992669

View File

@ -55,6 +55,7 @@ crljob NewCrl::getCrlJob() const
t.lastUpdate = lastUpdate->getDate();
t.nextUpdate = nextUpdate->getDate();
t.hashAlgo = hashAlgo->current();
t.crlNumber = crlNumber->text().toLong();
return t;
}