From 2f46c793e5fa6bb33a3bf7bb84c65b7ebc56c9b9 Mon Sep 17 00:00:00 2001 From: Steven Fackler Date: Tue, 9 Aug 2016 21:23:54 -0700 Subject: Remove rust_SSL_clone --- openssl/src/ssl/tests/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'openssl/src/ssl/tests') diff --git a/openssl/src/ssl/tests/mod.rs b/openssl/src/ssl/tests/mod.rs index 3216e066..692add2c 100644 --- a/openssl/src/ssl/tests/mod.rs +++ b/openssl/src/ssl/tests/mod.rs @@ -1052,7 +1052,7 @@ fn flush_panic() { #[test] fn refcount_ssl_context() { - let ssl = { + let mut ssl = { let ctx = SslContext::new(SslMethod::Sslv23).unwrap(); ssl::Ssl::new(&ctx).unwrap() }; -- cgit v1.2.3