Tag

  • Show log

    Commit

  • Hash : f23a2145
    Author : Guillem Jover
    Date : 2018-10-06T03:46:51

    Add compatibility with Aladdin Enterprises MD5 implementation
    
    This will be guarded by a LIBMD_MD5_ALADDIN macro check, to avoid
    polluting the namespace by unsuspecting code. The macro can always
    be defined unconditionally, and the guard could even potentially
    be removed in the future if required.
    
    Prompted-by: Yangfl <mmyangfl@gmail.com>
    Ref: https://bugs.debian.org/909116
    

  • Properties

  • Git HTTP https://git.kmx.io/c3-lang/libmd.git
    Git SSH git@git.kmx.io:c3-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 thodg_m thodg_w thodg_l c3_lang_com
    Tags