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

Unified Diff: third_party/fips181/randpass.h

Issue 308503002: [Password Generation] Start using pronouncable passwords (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: unnecessary includes Created 6 years, 6 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/fips181/fips181.cc ('k') | third_party/fips181/randpass.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/fips181/randpass.h
diff --git a/third_party/fips181/randpass.h b/third_party/fips181/randpass.h
index dbe1da41e65bcb5f0af7921b97e9be5944156011..ee0df6233eec4b7449a5a3ba35443e4a871de596 100644
--- a/third_party/fips181/randpass.h
+++ b/third_party/fips181/randpass.h
@@ -33,20 +33,10 @@
#ifndef APG_RANDPASS_H
#define APG_RANDPASS_H 1
-#ifndef APG_RND_H
-#include "rnd.h"
-#endif
-
#ifndef APG_OWN_TYPES_H
#include "owntypes.h"
#endif
-#define S_NB 0x01 /* Numeric */
-#define S_SS 0x02 /* Special */
-#define S_CL 0x04 /* Capital */
-#define S_SL 0x08 /* Small */
-#define S_RS 0x10 /* Restricted Symbol*/
-
struct sym
{
char ch;
« no previous file with comments | « third_party/fips181/fips181.cc ('k') | third_party/fips181/randpass.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698