mirror of https://github.com/F-Stack/f-stack.git
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;
|