mirror of
https://github.com/chris2511/xca.git
synced 2026-09-12 19:51:05 +05:00
Enable usage of crlNumber from user
Signed-off-by: Melg Eight <public.melg8@gmail.com>
This commit is contained in:
parent
3f6b0105a3
commit
2d8ebfe227
@ -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;
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user