diff options
| author | Warner Losh <imp@FreeBSD.org> | 2023-05-10 15:40:58 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2023-05-12 16:44:03 +0000 |
| commit | 4d846d260e2b9a3d4d0a701462568268cbfe7a5b (patch) | |
| tree | e06136ddd235d1b7d34c2926249174a5840ad842 /sys/opencrypto | |
| parent | 2b519b170709b9c2bb9f66641737d1d80a5d2538 (diff) | |
Diffstat (limited to 'sys/opencrypto')
| -rw-r--r-- | sys/opencrypto/ktls.h | 2 | ||||
| -rw-r--r-- | sys/opencrypto/xform_chacha20_poly1305.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sys/opencrypto/ktls.h b/sys/opencrypto/ktls.h index 503864f87ccc..0fe02b7f50f5 100644 --- a/sys/opencrypto/ktls.h +++ b/sys/opencrypto/ktls.h @@ -1,5 +1,5 @@ /*- - * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * SPDX-License-Identifier: BSD-2-Clause * * Copyright (c) 2021 Netflix Inc. * diff --git a/sys/opencrypto/xform_chacha20_poly1305.c b/sys/opencrypto/xform_chacha20_poly1305.c index 9fadc28252c6..206df82da769 100644 --- a/sys/opencrypto/xform_chacha20_poly1305.c +++ b/sys/opencrypto/xform_chacha20_poly1305.c @@ -1,5 +1,5 @@ /*- - * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * SPDX-License-Identifier: BSD-2-Clause * * Copyright (c) 2020 Netflix Inc. * |
