Commit 264a5bc1 authored by Thai Nguyen's avatar Thai Nguyen
Browse files

one more file needed to be changed

parent 81c32595
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -55,7 +55,6 @@ bool PlainByteStream::WriteValue(const OutgoingValueInterface &value) {
SslByteStream::SslByteStream(SSL *ssl) : ssl_(ssl) {}

SslByteStream::~SslByteStream() {
    SSL_free(ssl_);
}

bool SslByteStream::Read(void *buf, size_t n) {
+2 −2

File changed.

Contains only whitespace changes.