[WireGuard] [PATCH] more http→https cleanup
Daniel Kahn Gillmor
dkg at fifthhorseman.net
Fri Jul 1 15:11:50 CEST 2016
TIL djb actually enbled TLS on cr.yp.to
---
src/noise.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/noise.c b/src/noise.c
index 3762e2d..0514730 100644
--- a/src/noise.c
+++ b/src/noise.c
@@ -295,7 +295,7 @@ static void tai64n_now(u8 output[NOISE_TIMESTAMP_LEN])
{
struct timeval now;
do_gettimeofday(&now);
- /* http://cr.yp.to/libtai/tai64.html */
+ /* https://cr.yp.to/libtai/tai64.html */
*(__be64 *)output = cpu_to_be64(now.tv_sec);
*(__be32 *)(output + sizeof(__be64)) = cpu_to_be32(1000 * now.tv_usec + 500);
}
--
2.8.1
More information about the WireGuard
mailing list