Skip to content

Commit

Permalink
use pam_sys of pam_client2
Browse files Browse the repository at this point in the history
  • Loading branch information
LeChatP committed Oct 20, 2024
1 parent 2cd2d50 commit 0dc2a51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sr/pam/securemem.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ use std::{
slice,
};

use pam_sys::PAM_MAX_RESP_SIZE;
use pam_client2::pam_sys::PAM_MAX_RESP_SIZE;

pub(super) const SIZE: usize = PAM_MAX_RESP_SIZE as usize;
const ALIGN: usize = mem::align_of::<u8>();
Expand Down

0 comments on commit 0dc2a51

Please sign in to comment.