From 180ea0e9229a3800980334aa19f30c6dade5d6d7 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Fri, 2 Jan 2009 11:22:10 +0000 Subject: cosmetic change --- src/uanytun.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/uanytun.c b/src/uanytun.c index 08a5f3e..b666575 100644 --- a/src/uanytun.c +++ b/src/uanytun.c @@ -108,7 +108,7 @@ int main_loop(tun_device_t* dev, udp_socket_t* sock, options_t* opt) key_derivation_t kd; ret = key_derivation_init(&kd, opt->kd_prf_, 0, opt->key_.buf_, opt->key_.length_, opt->salt_.buf_, opt->salt_.length_); if(ret) { - log_printf(ERR, "could not initialize cipher of type %s", opt->kd_prf_); + log_printf(ERR, "could not initialize key derivation of type %s", opt->kd_prf_); return_value = ret; } -- cgit v1.2.3