On Tue, Jan 15, 2013 at 01:53:54PM +0200, Martin Storsjö wrote:
> --- a/libavutil/hmac.c
> +++ b/libavutil/hmac.c
> @@ -136,3 +136,50 @@ int av_hmac_calc(AVHMAC *c, const uint8_t *data, 
> unsigned int len,
> +
> +int main(void) {

{ --> next line

> +    const uint8_t key2[] = "Jefe";
> +    const uint8_t data1[] = "Hi There";
> +    const uint8_t data2[] = "what do ya want for nothing?";

nit: align

> +    return 0;
> +}
> +#endif

nit: comment the #endif

LGTM

Diego
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to