Fix typo
This commit is contained in:
parent
28b528dc9e
commit
590a5c3ff3
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue