mirror of
https://git.rtems.org/rtems-libbsd/
synced 2025-05-13 11:39:18 +08:00
9 lines
197 B
C
9 lines
197 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 struct crypto_session *crypto_session_t;
|