X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=crypto%2FREADME.sparse_array;h=d86a48d9e15a3f88e46e75e4f92e440a24231b5a;hb=e870791a4d6aea3a0275396bd01da629cb6f4ac8;hp=947c34dbbecd31c09273c4627010153b202f3cae;hpb=a40f0f6475711f01d32c4cdc39e54311b7e9c876;p=oweals%2Fopenssl.git diff --git a/crypto/README.sparse_array b/crypto/README.sparse_array index 947c34dbbe..d86a48d9e1 100644 --- a/crypto/README.sparse_array +++ b/crypto/README.sparse_array @@ -43,7 +43,7 @@ The tree height is dynamically increased as needed based on additions. An empty tree is represented by a NULL root pointer. Inserting a value at index 0 results in the allocation of a top level node full of null pointers except for the single pointer to the user's data (N = SA_BLOCK_MAX for -breviety): +brevity): +----+ |Root|