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