remove a comma
authorBodo Möller <bodo@openssl.org>
Fri, 3 Aug 2001 09:28:02 +0000 (09:28 +0000)
committerBodo Möller <bodo@openssl.org>
Fri, 3 Aug 2001 09:28:02 +0000 (09:28 +0000)
CHANGES

diff --git a/CHANGES b/CHANGES
index 7ec91e58d224ab8e5b07933ec64be10897316e42..488ad3db06a6795cb8eb41043aeddb5916be8b6b 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -14,7 +14,7 @@
 
   +) Move SSL_OP_TLS_ROLLBACK_BUG out of the SSL_OP_ALL list of recommended
      bug workarounds. Rollback attack detection is a security feature.
-     The problem will only arise on OpenSSL servers, when TLSv1 is not
+     The problem will only arise on OpenSSL servers when TLSv1 is not
      available (sslv3_server_method() or SSL_OP_NO_TLSv1).
      Software authors not wanting to support TLSv1 will have special reasons
      for their choice and can explicitly enable this option.