1/* This file is in the public domain */
2
3#define	abort()								\
4	panic("libsodium error at %s:%d", __FILE__, __LINE__)
5