diff options
author | Pauli <paul.dale@oracle.com> | 2020-06-11 01:42:34 +0200 |
---|---|---|
committer | Pauli <paul.dale@oracle.com> | 2020-07-30 12:15:22 +0200 |
commit | aa97970c1a69ae15b4191aa58cdb56e016f15922 (patch) | |
tree | 334eb2ed6149c2bef803994882eef4d5ac222122 /apps/s_server.c | |
parent | Fix test_cmp_cli for extended tests (diff) | |
download | openssl-aa97970c1a69ae15b4191aa58cdb56e016f15922.tar.xz openssl-aa97970c1a69ae15b4191aa58cdb56e016f15922.zip |
unify spelling of serialize
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/12104)
Diffstat (limited to 'apps/s_server.c')
-rw-r--r-- | apps/s_server.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/s_server.c b/apps/s_server.c index 15d479ce0e..5f16dcdea4 100644 --- a/apps/s_server.c +++ b/apps/s_server.c @@ -3647,7 +3647,7 @@ static int generate_session_id(SSL *ssl, unsigned char *id, /* * By default s_server uses an in-memory cache which caches SSL_SESSION - * structures without any serialisation. This hides some bugs which only + * structures without any serialization. This hides some bugs which only * become apparent in deployed servers. By implementing a basic external * session cache some issues can be debugged using s_server. */ |