• Show log

    Commit

  • Hash : 42d691a5
    Author : Guillem Jover
    Date : 2020-12-21T20:19:54

    build: Move local-link.h from libmd_la_helper_sources to libmd_la_SOURCES
    
    This is not a generated file, so it needs to be listed in the library
    SOURCES variable.
    
    Fixes: commit 9cc938450392d64440de5c7db27903dff9922728
    

  • README

  • libmd - Message Digest functions from BSD systems
    
    This library provides message digest functions found on BSD systems either
    on their libc or libmd libraries and lacking on others like GNU systems,
    thus making it easier to port projects with strong BSD origins, without
    needing to embed the same code over and over again on each project.
    
    
    Website
    -------
    
    The project website can be found at:
    
      <https://www.hadrons.org/software/libmd/>
    
    
    Mailing List
    ------------
    
    The subscription interface and web archives can be found at:
    
      <https://lists.freedesktop.org/mailman/listinfo/libbsd>
    
    The mail address is:
    
      libbsd@lists.freedesktop.org
    
    
    Releases
    --------
    
      <https://archive.hadrons.org/software/libmd/>
    
    
    Source Repository
    -----------------
    
      <https://git.hadrons.org/cgit/libmd.git>