mirror of
https://github.com/opnsense/src.git
synced 2026-04-13 13:28:01 -04:00
4 lines
121 B
C
4 lines
121 B
C
/* This file is in the public domain */
|
|
|
|
#define abort() \
|
|
panic("libsodium error at %s:%d", __FILE__, __LINE__)
|