mirror of
https://github.com/opnsense/src.git
synced 2026-05-21 17:40:35 -04:00
No functional change. This should ease the transition from an integer session identifier model to an opaque pointer model.
8 lines
185 B
C
8 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;
|