47165fb Rebuilt against libxcrypt-4.3.3 to enable the use of crypt_gensalt_r

Authored and Committed by besser82 5 years ago
1 file changed. 4 lines added. 1 lines removed.
    Rebuilt against libxcrypt-4.3.3 to enable the use of crypt_gensalt_r
    
    PAM preferes the crypt_gensalt_r function over its internal
    crypt_make_salt function, when this function is provided by
    the system's crypt library.
    
    libxcrypt now ships (and used to ship it until v3.1.1) such an
    alias for its crypt_gensalt_rn function, which features the
    same semantics and the same prototype as the crypt_gensalt_r
    function existing on some systems.
    
        
file modified
+4 -1