Patch set 1 LGTM. https://codereview.appspot.com/285450043/diff/1/lib/freebl/chacha20.h File lib/freebl/chacha20.h (right): https://codereview.appspot.com/285450043/diff/1/lib/freebl/chacha20.h#newcode12 lib/freebl/chacha20.h:12: #include <prtypes.h> Please use "prtypes.h" instead of <prtypes.h>. <> is used with system headers. https://codereview.appspot.com/285450043/diff/1/lib/freebl/poly1305.c File lib/freebl/poly1305.c (right): https://codereview.appspot.com/285450043/diff/1/lib/freebl/poly1305.c#newcode14 lib/freebl/poly1305.c:14: #include <prtypes.h> Same here.
https://codereview.appspot.com/285450043/diff/1/lib/freebl/chacha20.h File lib/freebl/chacha20.h (right): https://codereview.appspot.com/285450043/diff/1/lib/freebl/chacha20.h#newcode12 lib/freebl/chacha20.h:12: #include <prtypes.h> On 2016/02/10 21:09:02, wtc1 wrote: > > Please use "prtypes.h" instead of <prtypes.h>. <> is used with system headers. Done. https://codereview.appspot.com/285450043/diff/1/lib/freebl/poly1305.c File lib/freebl/poly1305.c (right): https://codereview.appspot.com/285450043/diff/1/lib/freebl/poly1305.c#newcode14 lib/freebl/poly1305.c:14: #include <prtypes.h> On 2016/02/10 21:09:02, wtc1 wrote: > > Same here. Done.
Patch set 2 LGTM.