view build.rs @ 167:0cabe7b94a4f

Check for old_authtok in change_authtok to emulate real behavior.
author Paul Fisher <paul@pfish.zone>
date Tue, 15 Jul 2025 00:39:08 -0400
parents 4b3a5095f68c
children e27c5c667a5a
line wrap: on
line source

use libpam_sys_consts::pam_impl;

fn main() {
    pam_impl::enable_pam_impl_cfg()
}