diff options
author | Matt Johnston <matt@ucc.asn.au> | 2015-08-03 20:45:04 +0800 |
---|---|---|
committer | Matt Johnston <matt@ucc.asn.au> | 2015-08-03 20:45:04 +0800 |
commit | 941c067765fce8d8f9cf73bc77ffc4b8791395c0 (patch) | |
tree | 98521fb8db5ca97f5bdb6ebb4a47e98dce0d6468 /dbutil.h | |
parent | 839e023ed88e7c8c42b8ea8bb9e11ffd46668d9c (diff) |
change DROPBEAR_DEFAULT_CLI_AUTHKEY to just prepend homedir
rather than doing ~ expansion
Diffstat (limited to 'dbutil.h')
-rw-r--r-- | dbutil.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -97,6 +97,6 @@ int constant_time_memcmp(const void* a, const void *b, size_t n); a real-world clock */ time_t monotonic_now(); -char * expand_tilde(const char *inpath); +char * expand_homedir_path(const char *inpath); #endif /* DROPBEAR_DBUTIL_H_ */ |