Version the functions in libsudo_util

This commit is contained in:
Todd C. Miller
2014-07-22 11:26:17 -06:00
parent 127ba1354b
commit 844a285391
29 changed files with 346 additions and 268 deletions

View File

@@ -46,7 +46,7 @@
* The caller is responsible for freeing the string.
*/
char *
sudo_new_key_val(const char *key, const char *val)
sudo_new_key_val_v1(const char *key, const char *val)
{
size_t key_len = strlen(key);
size_t val_len = strlen(val);