| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 92e3110 commit 29a2ece
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1517,7 +1517,7 @@ def get_openssl_version(o): | |||
| 1517 | 1517 | ||
| 1518 | 1518 | return version_number | |
| 1519 | 1519 | ||
| 1520 | - except (OSError, ValueError, subprocess.SubprocessError) as e: | ||
| 1520 | + except (OSError, TypeError, ValueError, subprocess.SubprocessError) as e: | ||
| 1521 | 1521 | warn(f'Failed to determine OpenSSL version from header: {e}') | |
| 1522 | 1522 | return 0 | |
| 1523 | 1523 | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments