| 40 | // disallow copying |
| 41 | CryptThreadData(CryptThreadData const&) = delete; |
| 42 | void operator=(CryptThreadData const&) = delete; |
| 43 | CryptThreadData() { |
| 44 | memset(&operations, 0, sizeof(operations)); |
| 45 | memset(&options, 0, sizeof(options)); |
nothing calls this directly
no outgoing calls
no test coverage detected