Fix BIO_CTRL_DUP for an SSL BIO
authorMatt Caswell <matt@openssl.org>
Tue, 26 Apr 2016 16:52:21 +0000 (17:52 +0100)
committerMatt Caswell <matt@openssl.org>
Wed, 27 Apr 2016 08:20:11 +0000 (09:20 +0100)
commitdbd5c34f18d9119cfdeca439eb7aac28117f53d4
tree72140459905ce83feb617eb999e8121a89e8bd88
parent97b04399b6b20d59ce4898def02011ee80914638
Fix BIO_CTRL_DUP for an SSL BIO

The variables in the BIO weren't being duplicated properly.

Reviewed-by: Richard Levitte <levitte@openssl.org>
Reviewed-by: Viktor Dukhovni <viktor@openssl.org>
ssl/bio_ssl.c