Index: head/sys/crypto/chacha20/_chacha.h =================================================================== --- head/sys/crypto/chacha20/_chacha.h (revision 339560) +++ head/sys/crypto/chacha20/_chacha.h (revision 339561) @@ -1,12 +1,15 @@ /* $FreeBSD$ */ +/* + * Public domain. + */ #ifndef _CHACHA_H #define _CHACHA_H #include struct chacha_ctx { u_int input[16]; }; #endif