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; |