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

Side by Side Diff: third_party/scrypt/config.aux/missing

Issue 11637016: Add "scrypt" to third_party for secure password hashes (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Added missing licences. Created 7 years, 11 months 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 | « third_party/scrypt/config.aux/install-sh ('k') | third_party/scrypt/config.h.in » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 #! /bin/sh 1 #! /bin/sh
2 # Common stub for a few missing GNU programs while installing. 2 # Common stub for a few missing GNU programs while installing.
3 3
4 scriptversion=2006-05-10.23 4 scriptversion=2006-05-10.23
5 5
6 # Copyright (C) 1996, 1997, 1999, 2000, 2002, 2003, 2004, 2005, 2006 6 # Copyright (C) 1996, 1997, 1999, 2000, 2002, 2003, 2004, 2005, 2006
7 # Free Software Foundation, Inc. 7 # Free Software Foundation, Inc.
8 # Originally by Fran,cois Pinard <pinard@iro.umontreal.ca>, 1996. 8 # Originally by Fran,cois Pinard <pinard@iro.umontreal.ca>, 1996.
9 9
10 # This program is free software; you can redistribute it and/or modify 10 # This program is free software; you can redistribute it and/or modify
(...skipping 347 matching lines...) Expand 10 before | Expand all | Expand 10 after
358 esac 358 esac
359 359
360 exit 0 360 exit 0
361 361
362 # Local variables: 362 # Local variables:
363 # eval: (add-hook 'write-file-hooks 'time-stamp) 363 # eval: (add-hook 'write-file-hooks 'time-stamp)
364 # time-stamp-start: "scriptversion=" 364 # time-stamp-start: "scriptversion="
365 # time-stamp-format: "%:y-%02m-%02d.%02H" 365 # time-stamp-format: "%:y-%02m-%02d.%02H"
366 # time-stamp-end: "$" 366 # time-stamp-end: "$"
367 # End: 367 # End:
OLDNEW
« no previous file with comments | « third_party/scrypt/config.aux/install-sh ('k') | third_party/scrypt/config.h.in » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698