aboutsummaryrefslogtreecommitdiffstats
path: root/src/librandom/random_oklist.c
blob: d79f745a4513ff8684c8bf83226388241fc1729c (plain)
1
2
3
4
5
6
/* ISC license. */

#include "random-internal.h"

static char const random_oklist_[64] = "ABCDEFGHIJKLMNOPQRSTUVWXYZghijklmnopqrstuvwxyz-_0123456789abcdef" ;
char const *random_oklist = random_oklist_ ;