Use build.info, not ifdef for crypto modules
[openssl.git] / crypto / sparse_array.c
index f534c0470bb13e6fc1384c30a82aba79202c730a..9d444739f53ab8c4098a14fab58ee03c4007b37a 100644 (file)
 
 #include <openssl/crypto.h>
 #include <openssl/bn.h>
-#include "internal/sparse_array.h"
+#include "crypto/sparse_array.h"
 
 /*
- * How many bits are used to index each level in the tree structre?
+ * How many bits are used to index each level in the tree structure?
  * This setting determines the number of pointers stored in each node of the
  * tree used to represent the sparse array.  Having more pointers reduces the
  * depth of the tree but potentially wastes more memory.  That is, this is a