| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 17856f1 commit 1bc47a4
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -54,7 +54,7 @@ if (common.hasCrypto) { | |||
| 54 | 54 | // The following also matches a development version of OpenSSL 3.x which | |
| 55 | 55 | // can be in the format '3.0.0-alpha4-dev'. This can be handy when building | |
| 56 | 56 | // and linking against the main development branch of OpenSSL. | |
| 57 | - /^\d+\.\d+\.\d+(-[-a-z0-9]+)?$/ : | ||
| 57 | + /^\d+\.\d+\.\d+(?:[-+][a-z0-9]+)*$/ : | ||
| 58 | 58 | /^\d+\.\d+\.\d+[a-z]?(\+quic)?(-fips)?$/; | |
| 59 | 59 | assert(versionRegex.test(process.versions.openssl)); | |
| 60 | 60 | } | |
| Back | FazBrowse Home | New Git URL |
0 commit comments