We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1c4673 commit 68cc907Copy full SHA for 68cc907
include/openssl/ssl.h
@@ -5451,9 +5451,8 @@ OPENSSL_EXPORT int SSL_state(const SSL *ssl);
5451
// receiving close_notify in |SSL_shutdown| by causing the implementation to
5452
// believe the events already happened.
5453
//
5454
-// It is an error to use |SSL_set_shutdown| to unset a bit that has already been
5455
-// set. Doing so will trigger an |assert| in debug builds and otherwise be
5456
-// ignored.
+// Note: |SSL_set_shutdown| cannot be used to unset a bit that has already
+// been set in AWS-LC. Doing so will be ignored.
5457
5458
// Use |SSL_CTX_set_quiet_shutdown| instead.
5459
OPENSSL_EXPORT void SSL_set_shutdown(SSL *ssl, int mode);
0 commit comments