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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « app-admin/sudo/ChangeLog ('k') | app-admin/sudo/metadata.xml » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 --- sudo-1.6.7p5/auth/rfc1938.c 2003-04-16 01:39:15.000000000 +0100
2 +++ sudo-1.6.7p5/auth/rfc1938.c.new 2004-09-17 20:01:00.996902672 +0100
3 @@ -64,11 +64,7 @@
4 #if defined(HAVE_SKEY)
5 # include <skey.h>
6 # define RFC1938 skey
7 -# ifdef __NetBSD__
8 -# define rfc1938challenge(a,b,c,d) skeychallenge((a),(b),(c),(d))
9 -# else
10 -# define rfc1938challenge(a,b,c,d) skeychallenge((a),(b),(c))
11 -# endif
12 +# define rfc1938challenge(a,b,c,d) skeychallenge((a),(b),(c),(d))
13 # define rfc1938verify(a,b) skeyverify((a),(b))
14 #elif defined(HAVE_OPIE)
15 # include <opie.h>
OLDNEW
« 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