diff 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
line wrap: on
line diff
--- a/src/libpam/question.rs	Tue Jun 10 02:35:11 2025 -0400
+++ b/src/libpam/question.rs	Tue Jun 10 02:42:29 2025 -0400
@@ -158,7 +158,7 @@
 /// This is kept separate to provide a place where we can separate
 /// the pointer-to-pointer-to-list from pointer-to-list-of-pointers.
 #[cfg(not(pam_impl = "linux-pam"))]
-pub type Indirect = XssoIndirect;
+pub type Indirect = XSsoIndirect;
 
 pub type Questions = GenericQuestions<Indirect>;