Skip to content

Commit 897f2c3

Browse files
[node] remove ableist language from crypto module
1 parent 96f19ad commit 897f2c3

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

types/node/crypto.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ declare module "crypto" {
106106
const SSL_OP_ALLOW_UNSAFE_LEGACY_RENEGOTIATION: number;
107107
/** Attempts to use the server's preferences instead of the client's when selecting a cipher. See https://www.openssl.org/docs/man1.0.2/ssl/SSL_CTX_set_options.html. */
108108
const SSL_OP_CIPHER_SERVER_PREFERENCE: number;
109-
/** Instructs OpenSSL to use Cisco's "speshul" version of DTLS_BAD_VER. */
109+
/** Instructs OpenSSL to use Cisco's version identifier of DTLS_BAD_VER. */
110110
const SSL_OP_CISCO_ANYCONNECT: number;
111111
/** Instructs OpenSSL to turn on cookie exchange. */
112112
const SSL_OP_COOKIE_EXCHANGE: number;

types/node/v16/crypto.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ declare module "crypto" {
7676
const SSL_OP_ALLOW_UNSAFE_LEGACY_RENEGOTIATION: number;
7777
/** Attempts to use the server's preferences instead of the client's when selecting a cipher. See https://www.openssl.org/docs/man1.0.2/ssl/SSL_CTX_set_options.html. */
7878
const SSL_OP_CIPHER_SERVER_PREFERENCE: number;
79-
/** Instructs OpenSSL to use Cisco's "speshul" version of DTLS_BAD_VER. */
79+
/** Instructs OpenSSL to use Cisco's version identifier of DTLS_BAD_VER. */
8080
const SSL_OP_CISCO_ANYCONNECT: number;
8181
/** Instructs OpenSSL to turn on cookie exchange. */
8282
const SSL_OP_COOKIE_EXCHANGE: number;

types/node/v18/crypto.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ declare module "crypto" {
103103
const SSL_OP_ALLOW_UNSAFE_LEGACY_RENEGOTIATION: number;
104104
/** Attempts to use the server's preferences instead of the client's when selecting a cipher. See https://www.openssl.org/docs/man1.0.2/ssl/SSL_CTX_set_options.html. */
105105
const SSL_OP_CIPHER_SERVER_PREFERENCE: number;
106-
/** Instructs OpenSSL to use Cisco's "speshul" version of DTLS_BAD_VER. */
106+
/** Instructs OpenSSL to use Cisco's version identifier of DTLS_BAD_VER. */
107107
const SSL_OP_CISCO_ANYCONNECT: number;
108108
/** Instructs OpenSSL to turn on cookie exchange. */
109109
const SSL_OP_COOKIE_EXCHANGE: number;

0 commit comments

Comments
 (0)