diff options
author | Nick Mathewson <nickm@torproject.org> | 2016-11-04 14:00:08 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2016-11-04 14:00:08 -0400 |
commit | 6847b9f6af1db75e44c7249b04820bf82f00a887 (patch) | |
tree | e16d3cb983d29ec1be227fda3dfb5acd1e34c70b /src/test/test_hs_cache.c | |
parent | 0e2df2b653ea25d3191995829e64c512c4868f2c (diff) | |
download | tor-6847b9f6af1db75e44c7249b04820bf82f00a887.tar.gz tor-6847b9f6af1db75e44c7249b04820bf82f00a887.zip |
Fix make check-spaces
Diffstat (limited to 'src/test/test_hs_cache.c')
-rw-r--r-- | src/test/test_hs_cache.c | 2 |
1 files changed, 1 insertions, 1 deletions
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, |