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

Side by Side Diff: src/scrypt_platform.h

Issue 2847081: Initial code. (Closed) Base URL: ssh://git@chromiumos-git/libscrypt.git
Patch Set: Use scrypt distro and patch with changes instead. Created 10 years, 4 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
« no previous file with comments | « src/scrypt.1 ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 #ifndef _SCRYPT_PLATFORM_H_
2 #define _SCRYPT_PLATFORM_H_
3
4 #if defined(CONFIG_H_FILE)
5 #include CONFIG_H_FILE
6 #elif defined(HAVE_CONFIG_H)
7 #include "config.h"
8 #else
9 #error Need either CONFIG_H_FILE or HAVE_CONFIG_H defined.
10 #endif
11
12 #endif /* !_SCRYPT_PLATFORM_H_ */
OLDNEW
« no previous file with comments | « src/scrypt.1 ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698