repo.or.cz
/
freebsd
/
src.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
mtw(4) remove misplaced DEBUG_FLAGS
[freebsd/src.git]
/
sys
/
crypto
/
libsodium
/
stdlib.h
blob
54af391bab1360a3336a256f698f05abdd3d6820
1
/* This file is in the public domain */
2
3
#define abort() \
4
panic(
"libsodium error at %s:%d"
, __FILE__, __LINE__)