Commit 9c37022b authored by James Hughes's avatar James Hughes
Browse files

Merge pull request #24 from thaimai/master

one more file needed to be changed
parents 6e5ebbb4 264a5bc1
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -56,7 +56,6 @@ bool PlainByteStream::WriteValue(const OutgoingValueInterface &value, int* err)
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.