[Git][NTPsec/ntpsec][master] The argument "type" is used now.

Matt Selsky gitlab at mg.gitlab.com
Mon Jan 30 07:06:44 UTC 2017


Matt Selsky pushed to branch master at NTPsec / ntpsec


Commits:
f1203cb5 by Matt Selsky at 2017-01-30T02:00:59-05:00
The argument "type" is used now.

- - - - -


1 changed file:

- libntp/a_md5encrypt.c


Changes:

=====================================
libntp/a_md5encrypt.c
=====================================
--- a/libntp/a_md5encrypt.c
+++ b/libntp/a_md5encrypt.c
@@ -54,7 +54,6 @@ MD5authencrypt(
 	u_int	len;
 	EVP_MD_CTX ctx;
 
-	UNUSED_ARG(type);
 	/*
 	 * Compute digest of key concatenated with packet. Note: the
 	 * key type and digest type have been verified when the key
@@ -92,7 +91,6 @@ MD5authdecrypt(
 	u_int	len;
 	EVP_MD_CTX ctx;
 
-	UNUSED_ARG(type);
 	/*
 	 * Compute digest of key concatenated with packet. Note: the
 	 * key type and digest type have been verified when the key



View it on GitLab: https://gitlab.com/NTPsec/ntpsec/commit/f1203cb5d068de8b04552073e05710278b0b0716
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.ntpsec.org/pipermail/vc/attachments/20170130/5047d2fc/attachment.html>


More information about the vc mailing list