d55bd797eb
We returned the wrong type, but with a typedef which made it void*. In C++, void* to T* doesn't implicitly convert, so it doesn't quite work right. Notably, Node passes it into sk_SSL_COMP_zero. The sk_* macros only weakly typecheck right now, but a pending CL converts them to proper functions. Change-Id: I635d1e39e4f4f11b2b7bf350115a7f1b1be30e4f Reviewed-on: https://boringssl-review.googlesource.com/16447 Reviewed-by: Adam Langley <agl@google.com> |
||
---|---|---|
.. | ||
openssl |