573bd1fcf5
I had to make a few other changes when merging the driver to stable/13 anyway, so adjusting this as well isn't really a big deal. MFC after: 3 days
11 lines
351 B
C
11 lines
351 B
C
/* SPDX-License-Identifier: MIT
|
|
*
|
|
* Copyright (C) 2021 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
|
|
* Copyright (c) 2022 The FreeBSD Foundation
|
|
*
|
|
* compat.h contains code that is backported from FreeBSD's main branch.
|
|
* It is different from support.h, which is for code that is not _yet_ upstream.
|
|
*/
|
|
|
|
#define COMPAT_NEED_BLAKE2S
|