[openssl-commits] [openssl] master update
Rich Salz
rsalz at openssl.org
Fri Jan 22 16:47:41 UTC 2016
The branch master has been updated
via df7421ccb45fffc1dd81be6e1296fa8a3b512d10 (commit)
from a76f302c42846f5f6d0e4d072f07708d04c49be7 (commit)
- Log -----------------------------------------------------------------
commit df7421ccb45fffc1dd81be6e1296fa8a3b512d10
Author: FdaSilvaYY <fdasilvayy at gmail.com>
Date: Sun Jan 17 17:02:02 2016 +0100
few typo fixes
Signed-off-by: Rich Salz <rsalz at openssl.org>
Reviewed-by: Kurt Roeckx <kurt at openssl.org>
-----------------------------------------------------------------------
Summary of changes:
NEWS | 4 ++--
test/run_tests.pl | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/NEWS b/NEWS
index 1db633c..76f7fde 100644
--- a/NEWS
+++ b/NEWS
@@ -11,7 +11,7 @@
o Support for extended master secret
o CCM ciphersuites
o Reworked test suite, now based on perl, Test::Harness and Test::More
- o Varous libcrypto structures made opaque including: BIGNUM, EVP_MD,
+ o Various libcrypto structures made opaque including: BIGNUM, EVP_MD,
EVP_MD_CTX, HMAC_CTX, EVP_CIPHER and EVP_CIPHER_CTX.
o libssl internal structures made opaque
o SSLv2 support removed
@@ -302,7 +302,7 @@
Major changes between OpenSSL 0.9.8e and OpenSSL 0.9.8f [11 Oct 2007]:
o Add gcc 4.2 support.
- o Add support for AES and SSE2 assembly lanugauge optimization
+ o Add support for AES and SSE2 assembly language optimization
for VC++ build.
o Support for RFC4507bis and server name extensions if explicitly
selected at compile time.
diff --git a/test/run_tests.pl b/test/run_tests.pl
index cacbc02..c914783 100644
--- a/test/run_tests.pl
+++ b/test/run_tests.pl
@@ -12,7 +12,7 @@ my $recipesdir = catdir($top, "test", "recipes");
my $testlib = catdir($top, "test", "testlib");
my $utillib = catdir($top, "util");
-# It seems that $switches is getting interpretted with 'eval' or something
+# It seems that $switches is getting interpreted with 'eval' or something
# like that, and that we need to take care of backslashes or they will
# disappear along the way.
$testlib =~ s|\\|\\\\|g if $^O eq "MSWin32";
More information about the openssl-commits
mailing list