| 55 | } |
| 56 | |
| 57 | bool OTExtensionWithMatrix::use_kos() |
| 58 | { |
| 59 | #ifdef USE_KOS |
| 60 | return true; |
| 61 | #else |
| 62 | return OnlineOptions::singleton.has_option("use_kos"); |
| 63 | #endif |
| 64 | } |
| 65 | |
| 66 | void OTExtensionWithMatrix::protocol_agreement() |
| 67 | { |
no test coverage detected