Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2598)

Unified Diff: app-admin/sudo/files/sudo-skeychallengeargs.diff

Issue 5923001: Updated to latest sudo from portage. (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/chromiumos-overlay.git@master
Patch Set: Deleted unnecessary files from portage. Created 10 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « app-admin/sudo/ChangeLog ('k') | app-admin/sudo/metadata.xml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: app-admin/sudo/files/sudo-skeychallengeargs.diff
diff --git a/app-admin/sudo/files/sudo-skeychallengeargs.diff b/app-admin/sudo/files/sudo-skeychallengeargs.diff
new file mode 100644
index 0000000000000000000000000000000000000000..3c90cfa8dbd164666ea39983870b2f36e73c87f6
--- /dev/null
+++ b/app-admin/sudo/files/sudo-skeychallengeargs.diff
@@ -0,0 +1,15 @@
+--- sudo-1.6.7p5/auth/rfc1938.c 2003-04-16 01:39:15.000000000 +0100
++++ sudo-1.6.7p5/auth/rfc1938.c.new 2004-09-17 20:01:00.996902672 +0100
+@@ -64,11 +64,7 @@
+ #if defined(HAVE_SKEY)
+ # include <skey.h>
+ # define RFC1938 skey
+-# ifdef __NetBSD__
+-# define rfc1938challenge(a,b,c,d) skeychallenge((a),(b),(c),(d))
+-# else
+-# define rfc1938challenge(a,b,c,d) skeychallenge((a),(b),(c))
+-# endif
++# define rfc1938challenge(a,b,c,d) skeychallenge((a),(b),(c),(d))
+ # define rfc1938verify(a,b) skeyverify((a),(b))
+ #elif defined(HAVE_OPIE)
+ # include <opie.h>
« no previous file with comments | « app-admin/sudo/ChangeLog ('k') | app-admin/sudo/metadata.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698