summaryrefslogtreecommitdiff
path: root/src/lib/libssl/tls13_key_schedule.c
diff options
context:
space:
mode:
authortb <>2021-01-05 17:46:32 +0000
committertb <>2021-01-05 17:46:32 +0000
commit957c4e9dec76a4783297cb94a41ffd1f67de93ba (patch)
treefe75257ba511443e37f949dfd0758c76fac037a6 /src/lib/libssl/tls13_key_schedule.c
parent87d1b08492e5a4b58d665fe9067fb0397da66bbd (diff)
downloadopenbsd-957c4e9dec76a4783297cb94a41ffd1f67de93ba.tar.gz
openbsd-957c4e9dec76a4783297cb94a41ffd1f67de93ba.tar.bz2
openbsd-957c4e9dec76a4783297cb94a41ffd1f67de93ba.zip
Use KNF for licence comment
ok jsing
Diffstat (limited to 'src/lib/libssl/tls13_key_schedule.c')
-rw-r--r--src/lib/libssl/tls13_key_schedule.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/lib/libssl/tls13_key_schedule.c b/src/lib/libssl/tls13_key_schedule.c
index bce87a7ea9..2b236ee113 100644
--- a/src/lib/libssl/tls13_key_schedule.c
+++ b/src/lib/libssl/tls13_key_schedule.c
@@ -1,5 +1,6 @@
1/* $OpenBSD: tls13_key_schedule.c,v 1.12 2021/01/05 17:45:32 tb Exp $ */ 1/* $OpenBSD: tls13_key_schedule.c,v 1.13 2021/01/05 17:46:32 tb Exp $ */
2/* Copyright (c) 2018, Bob Beck <beck@openbsd.org> 2/*
3 * Copyright (c) 2018, Bob Beck <beck@openbsd.org>
3 * 4 *
4 * Permission to use, copy, modify, and/or distribute this software for any 5 * Permission to use, copy, modify, and/or distribute this software for any
5 * purpose with or without fee is hereby granted, provided that the above 6 * purpose with or without fee is hereby granted, provided that the above