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:
0748211
)
BIO_s_datagram() ctrl doesn't support SEEK/TELL, so don't pretend it does
author
Richard Levitte
<levitte@openssl.org>
Mon, 2 Nov 2015 15:43:28 +0000
(16:43 +0100)
committer
Richard Levitte
<levitte@openssl.org>
Sat, 19 Dec 2015 21:10:32 +0000
(22:10 +0100)
Reviewed-by: Rich Salz <rsalz@openssl.org>
(cherry picked from commit
17592f323ac7dad381cc3b512573c291b1a820c0
)
crypto/bio/bss_dgram.c
patch
|
blob
|
history
diff --git
a/crypto/bio/bss_dgram.c
b/crypto/bio/bss_dgram.c
index e3e3dd0503a89676f184e5222dea1a69afe352b3..d12b83a8dcf3d94bc18624336508653fa296b5f0 100644
(file)
--- a/
crypto/bio/bss_dgram.c
+++ b/
crypto/bio/bss_dgram.c
@@
-515,10
+515,8
@@
static long dgram_ctrl(BIO *b, int cmd, long num, void *ptr)
switch (cmd) {
case BIO_CTRL_RESET:
num = 0;
- case BIO_C_FILE_SEEK:
ret = 0;
break;
- case BIO_C_FILE_TELL:
case BIO_CTRL_INFO:
ret = 0;
break;