X-Git-Url: http://git.ozlabs.org/?a=blobdiff_plain;f=ccan%2Fsiphash%2F_info;h=7aa317166d22dd3ec51bafc8dc8a7dd085a417f8;hb=3da02efb4c0e0694ae773289d09162f59251a1f4;hp=e6d518aa40bf533edbfadfa9819ee28a3a494672;hpb=480b3117c39b91fcb6d39c60222232b7608f5507;p=ccan diff --git a/ccan/siphash/_info b/ccan/siphash/_info index e6d518aa..7aa31716 100644 --- a/ccan/siphash/_info +++ b/ccan/siphash/_info @@ -1,6 +1,6 @@ +#include "config.h" #include #include -#include "config.h" /** * siphash - a keyed hash function @@ -23,7 +23,7 @@ * Returns one 64-bit word as the hash function result. * * Example: - * // Outputs "cf2794e0277187b7" + * // Outputs cf2794e0277187b7 * #include * #include *