diff options
Diffstat (limited to 'src/librandom/random_oklist.c')
| -rw-r--r-- | src/librandom/random_oklist.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/librandom/random_oklist.c b/src/librandom/random_oklist.c new file mode 100644 index 0000000..d79f745 --- /dev/null +++ b/src/librandom/random_oklist.c @@ -0,0 +1,6 @@ +/* ISC license. */ + +#include "random-internal.h" + +static char const random_oklist_[64] = "ABCDEFGHIJKLMNOPQRSTUVWXYZghijklmnopqrstuvwxyz-_0123456789abcdef" ; +char const *random_oklist = random_oklist_ ; |
