From 6847b9f6af1db75e44c7249b04820bf82f00a887 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Fri, 4 Nov 2016 14:00:08 -0400 Subject: Fix make check-spaces --- src/test/test_hs_cache.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/test/test_hs_cache.c') diff --git a/src/test/test_hs_cache.c b/src/test/test_hs_cache.c index c33e4302a6..dc7cf03d81 100644 --- a/src/test/test_hs_cache.c +++ b/src/test/test_hs_cache.c @@ -93,7 +93,7 @@ helper_build_hs_desc(uint64_t revision_counter, uint32_t lifetime, /* Setup encrypted data section. */ desc->encrypted_data.create2_ntor = 1; desc->encrypted_data.auth_types = smartlist_new(); - smartlist_add(desc->encrypted_data.auth_types, strdup("ed25519")); + smartlist_add(desc->encrypted_data.auth_types, tor_strdup("ed25519")); desc->encrypted_data.intro_points = smartlist_new(); /* Add an intro point. */ smartlist_add(desc->encrypted_data.intro_points, -- cgit v1.2.3-54-g00ecf