Commit 431fbed
committed
Gate mlkem.h include behind autoconf check
- Move AC_CHECK_HEADERS/AC_CHECK_LIB in configure.ac after wolfSSL
path resolution
- Probe for wolfssl/wolfcrypt/mlkem.h in the header check list
- Guard mlkem.h include in src/internal.c with
HAVE_WOLFSSL_WOLFCRYPT_MLKEM_H1 parent 444aa0f commit 431fbed
2 files changed
Lines changed: 7 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
58 | | - | |
59 | | - | |
60 | | - | |
61 | | - | |
62 | | - | |
63 | 58 | | |
64 | 59 | | |
65 | 60 | | |
| |||
86 | 81 | | |
87 | 82 | | |
88 | 83 | | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
89 | 88 | | |
90 | 89 | | |
91 | 90 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
60 | | - | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
61 | 63 | | |
62 | 64 | | |
63 | 65 | | |
| |||
0 commit comments