diff options
Diffstat (limited to 'src/gmrequest.h')
-rw-r--r-- | src/gmrequest.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gmrequest.h b/src/gmrequest.h index 047edd69..c7d9d738 100644 --- a/src/gmrequest.h +++ b/src/gmrequest.h | |||
@@ -20,6 +20,7 @@ struct Impl_GmResponse { | |||
20 | iBlock body; | 20 | iBlock body; |
21 | int certFlags; | 21 | int certFlags; |
22 | iDate certValidUntil; | 22 | iDate certValidUntil; |
23 | iString certSubject; | ||
23 | }; | 24 | }; |
24 | 25 | ||
25 | iDeclareTypeConstruction(GmResponse) | 26 | iDeclareTypeConstruction(GmResponse) |