Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f6213b commit ffd4d47Copy full SHA for ffd4d47
1 file changed
Tools/ssl/make_ssl_data.py
@@ -1,5 +1,16 @@
1
#! /usr/bin/env python3
2
3
+"""
4
+This script should be called *manually* when we want to upgrade SSLError
5
+`library` and `reason` mnemnonics to a more recent OpenSSL version.
6
+
7
+It takes two arguments:
8
+- the path to the OpenSSL include files' directory
9
+ (e.g. openssl-1.0.1-beta3/include/openssl/)
10
+- the path to the C file to be generated
11
+ (probably Modules/_ssl_data.h)
12
13
14
import datetime
15
import os
16
import re
0 commit comments