PR: 2413
Submitted by: Michael Bergandi <mbergandi@gmail.com> Reviewed by: steve Fix typo in crypto/bio/bss_dgram.c
This commit is contained in:
parent
0383911887
commit
291a26e6e3
1 changed files with 1 additions and 1 deletions
|
@ -340,7 +340,7 @@ static int dgram_write(BIO *b, const char *in, int inl)
|
|||
|
||||
if (data->peer.sa.sa_family == AF_INET)
|
||||
peerlen = sizeof(data->peer.sa_in);
|
||||
#if OPENSSL_USE_IVP6
|
||||
#if OPENSSL_USE_IPV6
|
||||
else if (data->peer.sa.sa_family == AF_INET6)
|
||||
peerlen = sizeof(data->peer.sa_in6);
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue