projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0383911
)
PR: 2413
author
Dr. Stephen Henson
<steve@openssl.org>
Mon, 3 Jan 2011 01:07:20 +0000
(
01:07
+0000)
committer
Dr. Stephen Henson
<steve@openssl.org>
Mon, 3 Jan 2011 01:07:20 +0000
(
01:07
+0000)
Submitted by: Michael Bergandi <mbergandi@gmail.com>
Reviewed by: steve
Fix typo in crypto/bio/bss_dgram.c
crypto/bio/bss_dgram.c
patch
|
blob
|
history
diff --git
a/crypto/bio/bss_dgram.c
b/crypto/bio/bss_dgram.c
index eb7e365467723ec83b2df2aa6197f87fbb831d44..07d012a46d4be9fdf563083f082609a9e4e511b1 100644
(file)
--- a/
crypto/bio/bss_dgram.c
+++ b/
crypto/bio/bss_dgram.c
@@
-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_I
VP
6
+#if OPENSSL_USE_I
PV
6
else if (data->peer.sa.sa_family == AF_INET6)
peerlen = sizeof(data->peer.sa_in6);
#endif