This fixes a test-suite segfault on Darwin with -O0. Before this change: $ cabal run -O0 test-cryptonite -- -p AE1 Segmentation fault: 11 with Thread 0 Crashed:: Dispatch queue: com.apple.main-thread 0 test-cryptonite 0x0000000108f7f61f gfmul_generic + 47 1 test-cryptonite 0x0000000108f76f17 ghash_add + 71 2 test-cryptonite 0x0000000108f743b4 cryptonite_aesni_gcm_encrypt128 + 2244 3 test-cryptonite 0x0000000108f97f20 cryptonite_aes_gcm_encrypt + 96 4 test-cryptonite 0x0000000108eeadf5 Lc8Pq_info + 197 |
||
|---|---|---|
| .. | ||
| block128.h | ||
| generic.c | ||
| generic.h | ||
| gf.c | ||
| gf.h | ||
| x86ni_impl.c | ||
| x86ni.c | ||
| x86ni.h | ||