iostream: rename ctx to data
In SSL implementation iostream::ctx would point to a SSL object, while a SSL_CTX object would be used for creating streams. Let's rename ctx to data to avoid confusion.
Please register or sign in to comment
In SSL implementation iostream::ctx would point to a SSL object, while a SSL_CTX object would be used for creating streams. Let's rename ctx to data to avoid confusion.