10068:7febcdccb2a1 | 10069:435cc5875135 |
---|---|
124 "M", | 124 "M", |
125 "M", | 125 "M", |
126 ) | 126 ) |
127 | 127 |
128 | 128 |
129 def checkSslWithoutVersion(reportError, context, config): | 129 def checkSslWithoutVersion(reportError, context, config): # noqa: U100 |
130 """ | 130 """ |
131 Function to check for SSL use with no version specified. | 131 Function to check for SSL use with no version specified. |
132 | 132 |
133 @param reportError function to be used to report errors | 133 @param reportError function to be used to report errors |
134 @type func | 134 @type func |