mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-21 18:50:50 +01:00
2ff63af9b8
Remove /^\s*\*+\s*\$FreeBSD\$.*$\n/
8 lines
184 B
C
8 lines
184 B
C
/*
|
|
* This trivial work is released to the public domain, or licensed under the
|
|
* terms of the CC0, at your option.
|
|
*/
|
|
#pragma once
|
|
|
|
typedef struct crypto_session *crypto_session_t;
|