boringssl/decrepit/obj
David Benjamin 7cdab4ac84 Make OBJ_NAME_do_all more OpenSSL-compatible.
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>
2016-06-27 21:42:27 +00:00
..
CMakeLists.txt Add |OBJ_NAME_do_all_sorted|. 2016-03-09 19:38:06 +00:00
obj_decrepit.c Make OBJ_NAME_do_all more OpenSSL-compatible. 2016-06-27 21:42:27 +00:00