Skip to content

Commit 2498bcf

Browse files
authored
Merge pull request #4543 from MicrosoftDocs/FromPublicMasterBranch
Confirm merge from FromPublicMasterBranch to main to sync with https://github.com/MicrosoftDocs/cpp-docs (branch main)
2 parents 21089a8 + e1dd23f commit 2498bcf

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

docs/assembler/masm/dot-xmm.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.assetid: db3062b6-8b2f-469b-aa02-df6571eab3ba
88
---
99
# .XMM (32-bit MASM)
1010

11-
Enables assembly of Internet Streaming SIMD Extension instructions. (32-bit MASM only.)
11+
Enables assembly of Streaming SIMD Extension instructions. (32-bit MASM only.)
1212

1313
## Syntax
1414

docs/cpp/tutorial-named-modules-cpp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@ Module implementation unit files have a *`.cpp`* extension. The basic outline of
304304
// optional #include or import statements. These only apply to this file
305305
// imports in the associated module's interface are automatically available to this file
306306

307-
module [module-name] // required. Identifies which named module this implementation unit belongs to
307+
module [module-name]; // required. Identifies which named module this implementation unit belongs to
308308

309309
// implementation
310310
```

docs/linux/connect-to-your-remote-linux-computer.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,8 +116,8 @@ Starting in Visual Studio version 16.9, support for older, insecure SSH algorith
116116

117117
| Algorithm type | Supported algorithms |
118118
|--|--|
119-
| Encryption | `aes128-cbc`</br>`aes128-cbc`</br>`aes192-cbc`</br>`aes192-ctr`</br>`aes256-cbc`</br>`aes256-ctr` |
120-
| HMAC | `hmac-sha2-256`</br>`hmac-sha2-256` |
119+
| Encryption | `aes128-cbc`</br>`aes128-ctr`</br>`aes192-cbc`</br>`aes192-ctr`</br>`aes256-cbc`</br>`aes256-ctr` |
120+
| HMAC | `hmac-sha2-256`</br>`hmac-sha2-512` |
121121
| Key exchange | `diffie-hellman-group14-sha256`</br>`diffie-hellman-group16-sha512`</br>`diffie-hellman-group-exchange-sha256`</br>`ecdh-sha2-nistp256`</br>`ecdh-sha2-nistp384`</br>`ecdh-sha2-nistp521` |
122122
| Host key | `ecdsa-sha2-nistp256`</br>`ecdsa-sha2-nistp384`</br>`ecdsa-sha2-nistp521`</br>`ssh-dss`</br>`ssh-rsa` |
123123

0 commit comments

Comments
 (0)