2.7.6: undefined reference to 'vtable for X509ParserListener
Posted: Mon Jun 13, 2016 6:03 pm
One of the functions in class X509ParserListener in X509Parser.h was not assigned as an abstract function.
virtual bool clearAltNames();
After setting it to an abstract function, the link error went away.
virtual bool clearAltNames();
After setting it to an abstract function, the link error went away.