[openssl-commits] [openssl] OpenSSL_1_1_0-stable update
Matt Caswell
matt at openssl.org
Tue Mar 27 09:22:00 UTC 2018
The branch OpenSSL_1_1_0-stable has been updated
via d8278dac47996a442a480958702d913f2eff7b93 (commit)
from a53d19cd0c4f28ed8c6ef708dcdd0599d1cbea27 (commit)
- Log -----------------------------------------------------------------
commit d8278dac47996a442a480958702d913f2eff7b93
Author: Richard Levitte <levitte at openssl.org>
Date: Tue Mar 27 11:10:15 2018 +0200
Copy the produced .dll files to fuzz/ as well (Cygwin & mingw)
Reviewed-by: Matt Caswell <matt at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/5759)
-----------------------------------------------------------------------
Summary of changes:
Configurations/unix-Makefile.tmpl | 2 ++
1 file changed, 2 insertions(+)
diff --git a/Configurations/unix-Makefile.tmpl b/Configurations/unix-Makefile.tmpl
index 07e2036..40cf2c3 100644
--- a/Configurations/unix-Makefile.tmpl
+++ b/Configurations/unix-Makefile.tmpl
@@ -927,8 +927,10 @@ EOF
. (windowsdll() ? <<"EOF" : "");
rm -f apps/$shlib$shlibext
rm -f test/$shlib$shlibext
+ rm -f fuzz/$shlib$shlibext
cp -p $shlib$shlibext apps/
cp -p $shlib$shlibext test/
+ cp -p $shlib$shlibext fuzz/
EOF
}
sub obj2dso {
More information about the openssl-commits
mailing list