summaryrefslogtreecommitdiff
path: root/common/tests/test-asn1.c
diff options
context:
space:
mode:
Diffstat (limited to 'common/tests/test-asn1.c')
-rw-r--r--common/tests/test-asn1.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/tests/test-asn1.c b/common/tests/test-asn1.c
index 34e9129..0034623 100644
--- a/common/tests/test-asn1.c
+++ b/common/tests/test-asn1.c
@@ -96,7 +96,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_tlv_length);