lib: Accomodate FreeBSD return value for ssl connection.
authorEd Maste <emaste@adaranet.com>
Tue, 23 Oct 2012 13:50:10 +0000 (13:50 +0000)
committerBen Pfaff <blp@nicira.com>
Tue, 23 Oct 2012 15:32:55 +0000 (08:32 -0700)
On FreeBSD I see ECONNRESET being returned from check_connection_completion
in ssl_connect.  This happens before entering the SSL states, which return
EPROTO on failure.

Signed-off-by: Ed Maste <emaste@adaranet.com>
Signed-off-by: Ben Pfaff <blp@nicira.com>

No differences found