summaryrefslogtreecommitdiffstats
path: root/contrib/ntp/libntp/authusekey.c
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/ntp/libntp/authusekey.c')
-rw-r--r--contrib/ntp/libntp/authusekey.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/ntp/libntp/authusekey.c b/contrib/ntp/libntp/authusekey.c
index 0ccf522..ff449d3 100644
--- a/contrib/ntp/libntp/authusekey.c
+++ b/contrib/ntp/libntp/authusekey.c
@@ -29,6 +29,6 @@ authusekey(
if (0 == len)
return 0;
- MD5auth_setkey(keyno, keytype, str, len);
+ MD5auth_setkey(keyno, keytype, str, len, NULL);
return 1;
}
OpenPOWER on IntegriCloud