remove a comma

This commit is contained in:
Bodo Möller 2001-08-03 09:28:02 +00:00
parent 06da6e4977
commit 6383bbe525

View File

@ -14,7 +14,7 @@
+) Move SSL_OP_TLS_ROLLBACK_BUG out of the SSL_OP_ALL list of recommended +) Move SSL_OP_TLS_ROLLBACK_BUG out of the SSL_OP_ALL list of recommended
bug workarounds. Rollback attack detection is a security feature. 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). available (sslv3_server_method() or SSL_OP_NO_TLSv1).
Software authors not wanting to support TLSv1 will have special reasons Software authors not wanting to support TLSv1 will have special reasons
for their choice and can explicitly enable this option. for their choice and can explicitly enable this option.