mirror of
https://github.com/opnsense/src.git
synced 2026-04-22 23:02:02 -04:00
cesa: remove unused CESA_SESSIONS macro
Unused since 1b0909d51a ("OpenCrypto: Convert sessions to opaque handles
instead of integers")
Sponsored by: Rubicon Communications, LLC ("Netgate")
This commit is contained in:
parent
0eb2dcd32e
commit
cee9a741b2
1 changed files with 0 additions and 3 deletions
|
|
@ -31,9 +31,6 @@
|
|||
#ifndef _DEV_CESA_H_
|
||||
#define _DEV_CESA_H_
|
||||
|
||||
/* Maximum number of allocated sessions */
|
||||
#define CESA_SESSIONS 64
|
||||
|
||||
/* Maximum number of queued requests */
|
||||
#define CESA_REQUESTS 256
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue