This commit is contained in:
Raoul Wols 2021-07-13 13:19:32 +02:00
parent 3ca1ef73ad
commit 40d2af913e
No known key found for this signature in database
GPG Key ID: 9FFE06A0F6AAA2DF
1 changed files with 1 additions and 1 deletions

View File

@ -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.