1 /* SPDX-License-Identifier: MIT 2 * 3 * Copyright (C) 2021 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved. 4 * Copyright (c) 2022 The FreeBSD Foundation 5 * 6 * compat.h contains code that is backported from FreeBSD's main branch. 7 * It is different from support.h, which is for code that is not _yet_ upstream. 8 */ 9 10 #define COMPAT_NEED_BLAKE2S 11