From 108a953440e855399b0cd294d0361c24c1fbde9d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dag-Erling=20Sm=C3=B8rgrav?= Date: Wed, 18 Jun 2003 11:41:15 +0000 Subject: [PATCH] Staticize the default prompts. git-svn-id: svn+ssh://svn.openpam.org/svn/openpam/trunk@261 185d5e19-27fe-0310-9dcf-9bff6b9f3609 --- lib/pam_get_authtok.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/pam_get_authtok.c b/lib/pam_get_authtok.c index fba1e76..1df7abf 100644 --- a/lib/pam_get_authtok.c +++ b/lib/pam_get_authtok.c @@ -31,7 +31,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $P4: //depot/projects/openpam/lib/pam_get_authtok.c#25 $ + * $P4: //depot/projects/openpam/lib/pam_get_authtok.c#26 $ */ #include @@ -44,9 +44,9 @@ #include "openpam_impl.h" -const char authtok_prompt[] = "Password:"; -const char oldauthtok_prompt[] = "Old Password:"; -const char newauthtok_prompt[] = "New Password:"; +static const char authtok_prompt[] = "Password:"; +static const char oldauthtok_prompt[] = "Old Password:"; +static const char newauthtok_prompt[] = "New Password:"; /* * OpenPAM extension