From ef458af23529dd9ff22678d94d0c770d225482c8 Mon Sep 17 00:00:00 2001 From: Mikhail Teterin Date: Tue, 5 Feb 2002 02:10:07 +0000 Subject: Fix the patch (a header and an empty line) and remove last mentions of the shortlived pqescape.c. --- security/pam-pgsql/files/patch-md5 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'security/pam-pgsql/files/patch-md5') diff --git a/security/pam-pgsql/files/patch-md5 b/security/pam-pgsql/files/patch-md5 index c68fa892c3ff..177c2696cd2b 100644 --- a/security/pam-pgsql/files/patch-md5 +++ b/security/pam-pgsql/files/patch-md5 @@ -3,7 +3,7 @@ greatly simplifying things... --- pam_pgsql.c Wed Apr 18 16:47:57 2001 +++ pam_pgsql.c Wed Jan 9 14:46:01 2002 -@@ -14,5 +14,7 @@ +@@ -14,6 +14,7 @@ #include #include -#include @@ -12,6 +12,7 @@ greatly simplifying things... +#include #include #include +-#include @@ -336,32 +336,7 @@ s = strdup(crypt(pass, crypt_make_salt())); break; @@ -48,7 +49,7 @@ greatly simplifying things... + break; case PW_CLEAR: default: -@@ -416,35 +391,15 @@ +@@ -416,34 +391,15 @@ } break; - case PW_MD5: { @@ -77,7 +78,6 @@ greatly simplifying things... - - if(strcmp(buf, stored_pw) == 0) - rc = PAM_SUCCESS; -- - free(buf); - } - } -- cgit v1.2.3