From 7fd2e1ce5a2a297ce8b36abb2ac9bbf393400032 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Fri, 18 Jul 2014 13:13:24 +0100 Subject: Fix operator=. --- src/certificates.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/certificates.cc b/src/certificates.cc index 51d6eac9..085cea80 100644 --- a/src/certificates.cc +++ b/src/certificates.cc @@ -110,7 +110,7 @@ Certificate::operator= (Certificate const & other) RSA_free (_public_key); _public_key = 0; - read_string (other.certificate ()); + read_string (other.certificate (true)); return *this; } -- cgit v1.2.3