Mercurial > crates > nonstick
diff src/libpam/answer.rs @ 108:e97534be35e3
Make some proc macros for doing cfg-like stuff for PAM impls.
author | Paul Fisher <paul@pfish.zone> |
---|---|
date | Sat, 28 Jun 2025 00:34:45 -0400 |
parents | 94b51fa4f797 |
children |
line wrap: on
line diff
--- a/src/libpam/answer.rs Thu Jun 26 22:42:32 2025 -0400 +++ b/src/libpam/answer.rs Sat Jun 28 00:34:45 2025 -0400 @@ -248,7 +248,7 @@ } } - #[cfg(feature = "linux-pam-extensions")] + #[cfg(feature = "linux-pam-ext")] fn test_round_trip_linux() { use crate::conv::{BinaryData, BinaryQAndA, RadioQAndA}; let binary_msg = {