From: Richard Levitte Date: Thu, 23 Jun 2005 20:55:35 +0000 (+0000) Subject: Strip the engine shared libraries as well. X-Git-Tag: OpenSSL_0_9_8~46 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3fbd5f9fea5d1563a3e85659ae968903d4dfaec5;p=openssl Strip the engine shared libraries as well. Submitted by Corinna Vinschen --- diff --git a/util/cygwin.sh b/util/cygwin.sh index fabbf84225..89d1dda95b 100755 --- a/util/cygwin.sh +++ b/util/cygwin.sh @@ -119,7 +119,9 @@ create_cygwin_readme create_profile_files cd ${INSTALL_PREFIX} -strip usr/bin/*.exe usr/bin/*.dll +chmod u+w usr/lib/engines/*.so +strip usr/bin/*.exe usr/bin/*.dll usr/lib/engines/*.so +chmod u-w usr/lib/engines/*.so # Runtime package find etc usr/bin usr/lib/engines usr/share/doc usr/ssl/certs \