pike.git/
lib/
modules/
SSL.pmod/
Connection.pike
Branch:
Tag:
Non-build tags
All tags
No tags
2015-07-31
2015-07-31 14:56:16 by Martin Nilsson <nilsson@fastmail.com>
f960bd8f8ef9b649bdb4d86ceef3f3c5b6cc7689 (
3
lines) (+
2
/-
1
)
[
Show
|
Annotate
]
Branch:
8.1
Use this instead of this_object().
176:
{ SSL3_DEBUG_MSG("SSL.Connection: CERTIFICATE_VERIFY\n" "%O: handshake_messages: %d bytes.\n",
-
this
_object()
, sizeof(handshake_messages));
+
this, sizeof(handshake_messages));
Buffer struct = Buffer(); if (signature_context) {