opnsense-src/sys/opencrypto/_cryptodev.h
Conrad Meyer 2e08e39ff5 OCF: Add a typedef for session identifiers
No functional change.

This should ease the transition from an integer session identifier model to
an opaque pointer model.
2018-07-13 23:46:07 +00:00

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;