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

Unified Diff: third_party/fips181/smbl.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/randpass.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/fips181/smbl.h
diff --git a/third_party/fips181/smbl.h b/third_party/fips181/smbl.h
index bb94ef5fe8d4c9543500963fc6ad527899eff8d3..9b63ed9357d46f97febb64206b0f31518837ad1c 100644
--- a/third_party/fips181/smbl.h
+++ b/third_party/fips181/smbl.h
@@ -28,6 +28,9 @@
*/
#ifndef APG_SMBL_H
#define APG_SMBL_H 1
+
+#include "fips181.h"
+
struct sym smbl[94] =
{
{'a', S_SL}, {'b', S_SL}, {'c', S_SL}, {'d', S_SL}, {'e', S_SL}, {'f', S_SL},
« no previous file with comments | « third_party/fips181/randpass.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698