SNMP++ Release 3.3.12a

SNMP++ 3.3.12a has been released on 2020-03-04T23:00:00Z with the following bugfixes:

  • Fixed: Compilation error in md5c.cpp caused by extern “C” declaration removal
  • Fixed: Memory leak for every SHA1 and MD5 digest calculation when
    using OpenSSL >= 1.1.0 (Oleg Bt)
  • Fixed: md5.h: Removed the extern “C” declaration, as it not needed
    and does not allow to use namespaces.
  • Fixed: Some cppcheck warnings.