Codebase list openssl / d8278da
Copy the produced .dll files to fuzz/ as well (Cygwin & mingw) Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/5759) Richard Levitte authored 6 years ago Matt Caswell committed 6 years ago
1 changed file(s) with 2 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
926926 . (windowsdll() ? <<"EOF" : "");
927927 rm -f apps/$shlib$shlibext
928928 rm -f test/$shlib$shlibext
929 rm -f fuzz/$shlib$shlibext
929930 cp -p $shlib$shlibext apps/
930931 cp -p $shlib$shlibext test/
932 cp -p $shlib$shlibext fuzz/
931933 EOF
932934 }
933935 sub obj2dso {