Commit b4ac8b1e authored by Richard Levitte's avatar Richard Levitte
Browse files

Merge in recent changes from OpenSSL-0_9_6-stable

parent adccc4cc
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -1685,6 +1685,10 @@ SSL *SSL_dup(SSL *s)

		if (s->cert != NULL)
			{
			if (ret->cert != NULL)
				{
				ssl_cert_free(ret->cert);
				}
			ret->cert = ssl_cert_dup(s->cert);
			if (ret->cert == NULL)
				goto err;