Skip to content

Commit c8aba61

Browse files
authored
Merge pull request #21269 from v-makouz/v-makouz-17.9_prog
Driver 17.9 Programming Guidelines
2 parents 62e3a35 + 7af5ed9 commit c8aba61

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docs/connect/odbc/linux-mac/programming-guidelines.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Programming guidelines
33

44
description: The programming features of the ODBC Driver for SQL Server on macOS and Linux contain some differences from the Windows versions.
55
ms.custom: ""
6-
ms.date: 02/15/2022
6+
ms.date: 02/17/2022
77
ms.prod: sql
88
ms.prod_service: connectivity
99
ms.reviewer: v-davidengel
@@ -121,12 +121,12 @@ In ODBC Driver 13 and 13.1, when UTF-8 multibyte characters or UTF-16 surrogates
121121

122122
## <a name="bkmk-openssl"></a>OpenSSL
123123

124-
Starting with version 17.4, the driver loads OpenSSL dynamically, which allows it to run on systems that have either version 1.0 or 1.1 without a need for separate driver files. Starting with version 18.0, the driver supports OpenSSL 3.0 in addition to the previous versions. When multiple versions of OpenSSL are present, the driver will attempt to load the latest one.
124+
Starting with version 17.4, the driver loads OpenSSL dynamically, which allows it to run on systems that have either version 1.0 or 1.1 without a need for separate driver files. Starting with version 17.9, the driver supports OpenSSL 3.0 in addition to the previous versions. When multiple versions of OpenSSL are present, the driver will attempt to load the latest one.
125125

126126
| Driver version | Supported OpenSSL versions |
127127
|---------------------|----------------------------|
128128
| 17.4+ | 1.0, 1.1 |
129-
| 18.0 | 1.0, 1.1, 3.0 |
129+
| 17.9, 18.0+ | 1.0, 1.1, 3.0 |
130130

131131

132132
> [!NOTE]

0 commit comments

Comments
 (0)