summaryrefslogtreecommitdiffstats
path: root/test/ssltest_old.c
diff options
context:
space:
mode:
authorFdaSilvaYY <fdasilvayy@gmail.com>2017-03-29 21:26:13 +0200
committerAndy Polyakov <appro@openssl.org>2017-03-30 22:13:12 +0200
commita2dcdb57af656b9b623e68e6c7f6b52cb5d0fa48 (patch)
tree43e7d0c079f7531aa99d13df53f0d064037d22c0 /test/ssltest_old.c
parenta05053cdf45e30d34161d5a1ab68fa6f757bbc27 (diff)
More typo fixes
Backport of 69687aa829bc8bdcaf5468eb3dd0ada13700b7aa (Merged from #3069) Reviewed-by: Andy Polyakov <appro@openssl.org> Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from https://github.com/openssl/openssl/pull/3079)
Diffstat (limited to 'test/ssltest_old.c')
-rw-r--r--test/ssltest_old.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/ssltest_old.c b/test/ssltest_old.c
index ccb2edb52d..8f7e1e00d1 100644
--- a/test/ssltest_old.c
+++ b/test/ssltest_old.c
@@ -327,7 +327,6 @@ static int verify_servername(SSL *client, SSL *server)
* next_protos_parse parses a comma separated list of strings into a string
* in a format suitable for passing to SSL_CTX_set_next_protos_advertised.
* outlen: (output) set to the length of the resulting buffer on success.
- * err: (maybe NULL) on failure, an error message line is written to this BIO.
* in: a NUL terminated string like "abc,def,ghi"
*
* returns: a malloced buffer or NULL on failure.
@@ -1860,7 +1859,7 @@ int main(int argc, char *argv[])
goto err;
}
if (SSL_version(c_ssl) != version) {
- BIO_printf(bio_err, "Unxpected version negotiated. "
+ BIO_printf(bio_err, "Unexpected version negotiated. "
"Expected: %s, got %s\n", should_negotiate, SSL_get_version(c_ssl));
ret = 1;
goto err;