This commit is contained in:
Thomas Niederberger 2021-07-28 07:28:08 +02:00
parent 2f26928e3e
commit 592a8bf691
1 changed files with 1 additions and 1 deletions

View File

@ -102,7 +102,7 @@ int SSL_read(SSL *ssl, void *buf, int num)
}
/**
* Read data from an ssl socket
* Write data to an ssl socket
* @param ssl ssl structure
* @param buf buffer to write
* @param num size of buffer