comparison src/libpam/question.rs @ 85:5e14bb093851

fix more openpam compat stuff
author Paul Fisher <paul@pfish.zone>
date Tue, 10 Jun 2025 02:42:29 -0400
parents 5aa1a010f1e8
children 05291b601f0a
comparison
equal deleted inserted replaced
84:a638a45e5f1f 85:5e14bb093851
156 /// An indirect reference to messages. 156 /// An indirect reference to messages.
157 /// 157 ///
158 /// This is kept separate to provide a place where we can separate 158 /// This is kept separate to provide a place where we can separate
159 /// the pointer-to-pointer-to-list from pointer-to-list-of-pointers. 159 /// the pointer-to-pointer-to-list from pointer-to-list-of-pointers.
160 #[cfg(not(pam_impl = "linux-pam"))] 160 #[cfg(not(pam_impl = "linux-pam"))]
161 pub type Indirect = XssoIndirect; 161 pub type Indirect = XSsoIndirect;
162 162
163 pub type Questions = GenericQuestions<Indirect>; 163 pub type Questions = GenericQuestions<Indirect>;
164 164
165 /// The XSSO standard version of the indirection layer between Question and Questions. 165 /// The XSSO standard version of the indirection layer between Question and Questions.
166 #[repr(transparent)] 166 #[repr(transparent)]