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:
6925a94
)
dtl_mtu_test doesn't follow BIO_* conventions and make Windows build fail
author
EasySec
<Easy.Sec@free.fr>
Thu, 3 Nov 2016 14:42:11 +0000
(15:42 +0100)
committer
Richard Levitte
<levitte@openssl.org>
Wed, 9 Nov 2016 14:54:41 +0000
(15:54 +0100)
Reviewed-by: Kurt Roeckx <kurt@openssl.org>
Reviewed-by: Richard Levitte <levitte@openssl.org>
test/dtls_mtu_test.c
patch
|
blob
|
history
diff --git
a/test/dtls_mtu_test.c
b/test/dtls_mtu_test.c
index df1013ac51ad4fe0242eb1b0636fe89d9087d7b3..da970a7fa7151d508836bcfbe15612f9efb43784 100644
(file)
--- a/
test/dtls_mtu_test.c
+++ b/
test/dtls_mtu_test.c
@@
-26,7
+26,7
@@
static unsigned int clnt_psk_callback(SSL *ssl, const char *hint,
unsigned char *psk,
unsigned int max_psk_len)
{
- snprintf(ident, max_ident_len, "psk");
+
BIO_
snprintf(ident, max_ident_len, "psk");
if (max_psk_len > 20)
max_psk_len = 20;