Files
xserver/os
Jan Beich f2cf236da8 os: unbreak xsha1 on FreeBSD
../os/xsha1.c:36:10: fatal error: 'sha1.h' file not found
 #include <sha1.h>
          ^~~~~~~~
../os/xsha1.c:45:5: error: implicit declaration of function 'SHA1Init' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
    SHA1Init(ctx);
    ^
../os/xsha1.c:54:5: error: implicit declaration of function 'SHA1Update' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
    SHA1Update(sha1_ctx, data, size);
    ^
../os/xsha1.c:63:5: error: implicit declaration of function 'SHA1Final' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
    SHA1Final(result, sha1_ctx);
    ^
2020-05-27 07:15:07 +00:00
..
2019-10-30 16:17:04 +00:00
2017-02-23 09:20:48 +10:00
2019-05-18 14:59:38 +00:00
2019-10-30 16:17:04 +00:00
2019-08-27 17:38:59 -04:00
2017-10-30 13:45:20 -04:00
2017-11-06 17:22:46 -05:00
2016-07-21 15:04:47 -04:00
2012-03-21 13:54:42 -07:00
2012-03-21 13:54:42 -07:00
2019-10-30 16:17:04 +00:00
2020-05-27 07:15:07 +00:00
2013-10-31 16:58:12 -07:00