• Show log

    Commit

  • Hash : bd364c6d
    Author : Guillem Jover
    Date : 2019-08-28T11:30:29

    Switch SHA2 symbols from weak to strong aliases There is no good reason to have these as weak symbols at all. And it makes building on Windows (Cygwin, MinGW) harder as it does not support weak symbols. Based-on-patch-by: Michael Haubenwallner <michael.haubenwallner@ssi-schaefer.com> Signed-off-by: Guillem Jover <guillem@hadrons.org>

  • Properties

  • Git HTTP https://git.kmx.io/kc3-lang/libmd.git
    Git SSH git@git.kmx.io:kc3-lang/libmd.git
    Public access ? public
    Description

    This library provides message digest functions found on BSD systems either on their libc (NetBSD, OpenBSD) or libmd (FreeBSD, DragonflyBSD, macOS, Solaris) libraries and lacking on others like GNU systems.

    Users
    thodg_w thodg_m thodg_l kc3_lang_org thodg www_kmx_io
    Tags

  • 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>