Skip to content

Commit

Permalink
Whitespace cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
noloader committed Sep 11, 2016
1 parent 199c00f commit 4132d85
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cryptest-ios.sh
Expand Up @@ -14,7 +14,7 @@ PLATFORMS=(iPhoneOS iPhoneSimulator WatchOS WatchSimulator AppleTVOS AppleTVSimu
for platform in ${PLATFORMS[@]}
do
make -f GNUmakefile-cross distclean > /dev/null 2>&1

MESSAGE="Testing for Xcode support of $platform"
LEN=${#MESSAGE}
HEADER=$(seq -f "*" -s '' $LEN)
Expand All @@ -35,6 +35,6 @@ do
make -f GNUmakefile-cross static dynamic cryptest.exe
else
echo
echo "$platform not supported by Xcode"
echo "$platform not supported by Xcode"
fi
done

1 comment on commit 4132d85

@noloader
Copy link
Collaborator Author

@noloader noloader commented on 4132d85 Sep 11, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is Crypto++ 5.6.4. After this commit, we tagged Master with CRYTPOPP_5_6_4. GitHub then produced a ZIP file and TAR ball.

The hashes provided at release564.html will be different than the hashes created by GitHub. The sources will be the same.

Please sign in to comment.