summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authortb <>2021-01-05 17:46:32 +0000
committertb <>2021-01-05 17:46:32 +0000
commitb06820c37e8f7ca5331f032fba3020acc103b009 (patch)
treefe75257ba511443e37f949dfd0758c76fac037a6 /src
parent08f9e50ccbe0faa28dada0230945d0440e9e2655 (diff)
downloadopenbsd-b06820c37e8f7ca5331f032fba3020acc103b009.tar.gz
openbsd-b06820c37e8f7ca5331f032fba3020acc103b009.tar.bz2
openbsd-b06820c37e8f7ca5331f032fba3020acc103b009.zip
Use KNF for licence comment
ok jsing
Diffstat (limited to 'src')
-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