7cdab4ac84
OBJ_NAME in OpenSSL has an 'alias' field which some code consumes. We never report anything OpenSSL considers an alias, so just leave it zero. It also has a 'data' field which, confusingly, is a pointer to the EVP_CIPHER or EVP_MD despite being a char pointer. See calls to and implementation of OBJ_NAME_add in OpenSSL for comparison. Change-Id: Ifc5c70424569db8783deb2fda7736c1954b5dd3a Reviewed-on: https://boringssl-review.googlesource.com/8515 Reviewed-by: Adam Langley <agl@google.com> |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
obj_decrepit.c |