mbedtls/programs
Mansour Moufid c531b4af3c Apply the semantic patch rm-malloc-cast.cocci.
for dir in library programs; do
        spatch --sp-file scripts/rm-malloc-cast.cocci --dir $dir \
        --in-place;
    done
2015-02-16 10:43:52 +00:00
..
aes Style: fix trailing spaces 2015-02-13 14:12:07 +00:00
hash
pkey Fix unchecked return values in mpi_demo 2015-02-16 09:13:40 +00:00
random Style: add spaces before line continuation 2015-02-13 14:09:44 +00:00
ssl Align ssl_read in fork_server on ssl_server 2015-02-16 09:13:40 +00:00
test Apply the semantic patch rm-malloc-cast.cocci. 2015-02-16 10:43:52 +00:00
util Apply the semantic patch rm-malloc-cast.cocci. 2015-02-16 10:43:52 +00:00
x509 Fix return code in cert_app 2015-02-16 09:24:08 +00:00
.gitignore
CMakeLists.txt
Makefile
wince_main.c