aboutsummaryrefslogtreecommitdiff
path: root/pkcs11.c
diff options
context:
space:
mode:
Diffstat (limited to 'pkcs11.c')
-rw-r--r--pkcs11.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkcs11.c b/pkcs11.c
index b344648..5666e5e 100644
--- a/pkcs11.c
+++ b/pkcs11.c
@@ -479,7 +479,7 @@ static int sql_init(void)
assert(sqldb == NULL);
- const char * const env = getenv("PKCS11_DATABASE");
+ const char * const env = getenv("CRYPTECH_PKCS11_DATABASE");
const char * const home = getenv("HOME");
const char * const base = SQL_DATABASE;
int ok;