diff options
Diffstat (limited to 'vcl/source/gdi/pdfwriter_impl.cxx')
-rw-r--r-- | vcl/source/gdi/pdfwriter_impl.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/vcl/source/gdi/pdfwriter_impl.cxx b/vcl/source/gdi/pdfwriter_impl.cxx index 0864ec1b88fc..e87aa0a03a38 100644 --- a/vcl/source/gdi/pdfwriter_impl.cxx +++ b/vcl/source/gdi/pdfwriter_impl.cxx @@ -6125,6 +6125,7 @@ const SEC_ASN1Template Extensions_Template[] = { SEC_ASN1_SEQUENCE_OF, 0, Extension_Template, 0 } }; +/* "will be used eventually" says tml const SEC_ASN1Template Integer_Template[] = { { SEC_ASN1_INTEGER, 0, NULL, sizeof(SECItem) } @@ -6138,6 +6139,7 @@ const SEC_ASN1Template Accuracy_Template[] = { SEC_ASN1_OPTIONAL | SEC_ASN1_CONTEXT_SPECIFIC | 1, offsetof(Accuracy, micros), Integer_Template, 0 }, { 0, 0, 0, 0 } }; +*/ const SEC_ASN1Template TimeStampReq_Template[] = { |