| 135 | } |
| 136 | |
| 137 | void |
| 138 | ALPNSupport::enableProtocol(int idx) |
| 139 | { |
| 140 | this->protoenabled.markIn(idx); |
| 141 | // Update the npn string |
| 142 | if (npnSet) { |
| 143 | npnSet->create_npn_advertisement(protoenabled, &npn, &npnsz); |
| 144 | } |
| 145 | } |
| 146 | |
| 147 | void |
| 148 | ALPNSupport::registerNextProtocolSet(SSLNextProtocolSet *s, const SessionProtocolSet &protos) |
no test coverage detected