Commit 590a5c3f authored by Tatsuhiro Tsujikawa's avatar Tatsuhiro Tsujikawa

Fix typo

parent 28b528dc
......@@ -48,7 +48,7 @@ namespace ssl {
struct TLSContextData {
// Protects ocsp_data;
std::mutex mu;
// OCSP resonse
// OCSP response
std::vector<uint8_t> ocsp_data;
// Path to certificate file
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment