mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-12-18 22:15:46 +01:00
9 lines
185 B
C
9 lines
185 B
C
|
/*
|
||
|
* This trivial work is released to the public domain, or licensed under the
|
||
|
* terms of the CC0, at your option.
|
||
|
* $FreeBSD$
|
||
|
*/
|
||
|
#pragma once
|
||
|
|
||
|
typedef __uint64_t crypto_session_t;
|