commit | 07bf9f69ba54294113bac938934180fb42ed3c4e | [log] [tgz] |
---|---|---|
author | Adam Langley <agl@google.com> | Wed Aug 05 13:56:59 2015 -0700 |
committer | Adam Langley <agl@google.com> | Wed Aug 05 21:30:08 2015 +0000 |
tree | d39c65b4c7e2680dfb46dceb44404cddf8c47448 | |
parent | 906e2993a8cc74b09fd03d01ff2a6d6d02db96d2 [diff] |
Drop DEFINE_STACK_OF. We never need to define the actual structs because we always cast them before use. The types only exist to be distinct, and they can do that without a definition. Change-Id: I1e1ca0833b383f3be422675cb7b90dacbaf82acf Reviewed-on: https://boringssl-review.googlesource.com/5593 Reviewed-by: David Benjamin <davidben@chromium.org> Reviewed-by: Adam Langley <agl@google.com>