blob: cc6a247a88542e4b86001472fe7e8d4aa9ca7452 (
plain) (
blame)
1
2
3
4
5
6
7
|
/*
* 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;
|