docblock
This commit is contained in:
parent
3ca1ef73ad
commit
40d2af913e
|
|
@ -1,7 +1,7 @@
|
||||||
/**
|
/**
|
||||||
* SslErrorPrinter.h
|
* SslErrorPrinter.h
|
||||||
*
|
*
|
||||||
* Flushes the SSL error stack to a BIO.
|
* Flushes the SSL error stack to a string.
|
||||||
* You can get at the string content via the data() and size() methods.
|
* You can get at the string content via the data() and size() methods.
|
||||||
* After constructing an instance of this class, the SSL error stack
|
* After constructing an instance of this class, the SSL error stack
|
||||||
* is empty.
|
* is empty.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue