Fix time_t/bigtime_t mixup.
Thanks stippi for noticing!
This commit is contained in:
@@ -16,8 +16,8 @@ public:
|
||||
|
||||
BString String();
|
||||
|
||||
bigtime_t StartDate();
|
||||
bigtime_t ExpirationDate();
|
||||
time_t StartDate();
|
||||
time_t ExpirationDate();
|
||||
BString Issuer();
|
||||
BString Subject();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user