citrun

watch C/C++ source code execute
Log | Files | Refs | LICENSE

commit cec81816952b63acb778d9ea36f306d7768a3853
parent 9ef1fdf628b64b991d92d027e8e83ee01e11a66c
Author: Kyle Milz <kyle@0x30.net>
Date:   Tue, 28 Jun 2016 20:32:05 -0600

tt: on second thought these need removal too

Diffstat:
Mtt/libressl.t | 7-------
1 file changed, 0 insertions(+), 7 deletions(-)

diff --git a/tt/libressl.t b/tt/libressl.t @@ -375,12 +375,10 @@ my @known_good = ( [ "crypto/evp/c_all.c",299,205 ], [ "crypto/evp/digest.c",406,117 ], [ "crypto/evp/e_aes.c",1549,382 ], - [ "crypto/evp/e_aes_cbc_hmac_sha1.c",605,101 ], [ "crypto/evp/e_bf.c",92,8 ], [ "crypto/evp/e_camellia.c",125,9 ], [ "crypto/evp/e_cast.c",93,8 ], [ "crypto/evp/e_chacha.c",70,13 ], - [ "crypto/evp/e_chacha20poly1305.c",325,82 ], [ "crypto/evp/e_des.c",227,41 ], [ "crypto/evp/e_des3.c",285,52 ], [ "crypto/evp/e_gost2814789.c",230,66 ], @@ -429,15 +427,10 @@ my @known_good = ( [ "crypto/gost/gost2814789.c",472,175 ], [ "crypto/gost/gost89_keywrap.c",139,33 ], [ "crypto/gost/gost89_params.c",245,20 ], - [ "crypto/gost/gost89imit_ameth.c",89,9 ], - [ "crypto/gost/gost89imit_pmeth.c",253,70 ], [ "crypto/gost/gost_asn1.c",296,40 ], [ "crypto/gost/gost_err.c",143,9 ], [ "crypto/gost/gostr341001.c",402,174 ], - [ "crypto/gost/gostr341001_ameth.c",738,332 ], [ "crypto/gost/gostr341001_key.c",323,99 ], - [ "crypto/gost/gostr341001_params.c",133,16 ], - [ "crypto/gost/gostr341001_pmeth.c",720,286 ], [ "crypto/gost/gostr341194.c",274,85 ], [ "crypto/gost/streebog.c",1478,79 ], [ "crypto/hmac/hm_ameth.c",170,29 ],