Add scripts/coccinelle to scripts/README

This commit is contained in:
Nick Mathewson 2014-08-15 11:03:15 -04:00
parent 33fab2846a
commit be231b0db1
1 changed files with 5 additions and 0 deletions

View File

@ -56,3 +56,8 @@ for servers to choose from.
codegen/get_mozilla_ciphers.py -- Generate a list of TLS ciphersuites for
clients to use in order to look like Firefox.
Code transformation scripts
---------------------------
coccinelle/calloc.cocci -- Transform code to replace variants of
malloc(a*b) with calloc(a,b)