Update to OpenSSL 1.0.2.o
This commit is contained in:
@@ -126,9 +126,9 @@ int dtls1_new(SSL *s)
|
||||
|
||||
if (!ssl3_new(s))
|
||||
return (0);
|
||||
if ((d1 = OPENSSL_malloc(sizeof *d1)) == NULL)
|
||||
if ((d1 = OPENSSL_malloc(sizeof(*d1))) == NULL)
|
||||
return (0);
|
||||
memset(d1, 0, sizeof *d1);
|
||||
memset(d1, 0, sizeof(*d1));
|
||||
|
||||
/* d1->handshake_epoch=0; */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user