• Show log

    Commit

  • Hash : 31f034e3
    Author : Guillem Jover
    Date : 2021-02-09T05:57:37

    Switch libmd wrapper to use dlsym() Switch from the previous versioned symbol implementation which required users to also link against the message digest provider explicitly, or they would fail to find the symbols, to an implementation that loads the symbols from the linked library providing the functions using dlsym(), thus preserving backwards compatibility.