diff -r 95ca127ba816 -r bb457bb5b515 src/lib/ASN1ContentHandler.h --- a/src/lib/ASN1ContentHandler.h Mon Jun 21 21:36:01 2021 +0200 +++ b/src/lib/ASN1ContentHandler.h Tue Jun 22 21:41:59 2021 +0200 @@ -113,7 +113,7 @@ handler->writeNull(); } - void writeInteger(int64_t value) override { + void writeInteger(int64_t value) override { // TODO: Integer class containing raw data + methods for converting them to particular numeric data types handler->writeInteger(value); }