diff options
| -rw-r--r-- | .gitignore | 4 | ||||
| -rw-r--r-- | crypto/Makefile.am | 1 |
2 files changed, 2 insertions, 3 deletions
| @@ -115,9 +115,7 @@ tests/freenull* | |||
| 115 | tests/gost2814789t* | 115 | tests/gost2814789t* |
| 116 | tests/key_schedule* | 116 | tests/key_schedule* |
| 117 | tests/lhash_test* | 117 | tests/lhash_test* |
| 118 | tests/mlkem*.c | 118 | tests/mlkem* |
| 119 | tests/mlkem*.h | ||
| 120 | tests/mlkem*.txt | ||
| 121 | tests/mont* | 119 | tests/mont* |
| 122 | tests/policy* | 120 | tests/policy* |
| 123 | tests/rfc3779* | 121 | tests/rfc3779* |
diff --git a/crypto/Makefile.am b/crypto/Makefile.am index 990582f..438da8b 100644 --- a/crypto/Makefile.am +++ b/crypto/Makefile.am | |||
| @@ -655,6 +655,7 @@ noinst_HEADERS += hidden/openssl/idea.h | |||
| 655 | noinst_HEADERS += hidden/openssl/lhash.h | 655 | noinst_HEADERS += hidden/openssl/lhash.h |
| 656 | noinst_HEADERS += hidden/openssl/md4.h | 656 | noinst_HEADERS += hidden/openssl/md4.h |
| 657 | noinst_HEADERS += hidden/openssl/md5.h | 657 | noinst_HEADERS += hidden/openssl/md5.h |
| 658 | noinst_HEADERS += hidden/openssl/mlkem.h | ||
| 658 | noinst_HEADERS += hidden/openssl/modes.h | 659 | noinst_HEADERS += hidden/openssl/modes.h |
| 659 | noinst_HEADERS += hidden/openssl/objects.h | 660 | noinst_HEADERS += hidden/openssl/objects.h |
| 660 | noinst_HEADERS += hidden/openssl/ocsp.h | 661 | noinst_HEADERS += hidden/openssl/ocsp.h |
