summaryrefslogtreecommitdiff
path: root/common/tests/test-x509.c
diff options
context:
space:
mode:
Diffstat (limited to 'common/tests/test-x509.c')
-rw-r--r--common/tests/test-x509.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/tests/test-x509.c b/common/tests/test-x509.c
index 6da26bf..08c269d 100644
--- a/common/tests/test-x509.c
+++ b/common/tests/test-x509.c
@@ -421,7 +421,7 @@ main (void)
CuSuite* suite = CuSuiteNew ();
int ret;
- setenv ("P11_KIT_STRICT", "1", 1);
+ putenv ("P11_KIT_STRICT=1");
p11_debug_init ();
SUITE_ADD_TEST (suite, test_parse_extended_key_usage);