summaryrefslogtreecommitdiff
path: root/src/random/random.c
diff options
context:
space:
mode:
authorVivien Kraus <vivien@planete-kraus.eu>2021-07-30 11:58:08 +0200
committerVivien Kraus <vivien@planete-kraus.eu>2021-08-01 15:25:08 +0200
commited64c545c4723dc0efdb1265b05d682e11e4c1f6 (patch)
tree4c4393adc62bff130840c41d9fb137c939f12246 /src/random/random.c
parentc6f9d0a4878b2e94e92cc8fce5800fb43185be4d (diff)
Change the name!
Diffstat (limited to 'src/random/random.c')
-rw-r--r--src/random/random.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/random/random.c b/src/random/random.c
index 9c2faf3..fad151d 100644
--- a/src/random/random.c
+++ b/src/random/random.c
@@ -1,5 +1,5 @@
/*
- webid-oidc, implementation of the Solid specification
+ disfluid, implementation of the Solid specification
Copyright (C) 2020, 2021 Vivien Kraus
This program is free software: you can redistribute it and/or modify
@@ -201,7 +201,7 @@ webid_oidc_random_init (void)
char *cache_dir, *pkg_cache_dir, *filename;
char *home = getenv ("HOME");
char *xdg_cache_home = getenv ("XDG_CACHE_HOME");
- char *application = getenv ("WEBID_OIDC_APPLICATION_NAME");
+ char *application = getenv ("DISFLUID_APPLICATION_NAME");
static const char *default_application = PACKAGE;
FILE *seed_file;
FILE *system_rng_file;