summaryrefslogtreecommitdiff
path: root/src/random/random.c
diff options
context:
space:
mode:
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;