From 100511900d8b6d1bf44f12f2b8c4fd9c15eb2a54 Mon Sep 17 00:00:00 2001 From: Theo Buehler Date: Fri, 20 Dec 2024 02:56:34 -0700 Subject: fix .gitignore for mlkem and pick up hidden header --- .gitignore | 4 +--- crypto/Makefile.am | 1 + 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 18f99c1..28c9edf 100644 --- a/.gitignore +++ b/.gitignore @@ -115,9 +115,7 @@ tests/freenull* tests/gost2814789t* tests/key_schedule* tests/lhash_test* -tests/mlkem*.c -tests/mlkem*.h -tests/mlkem*.txt +tests/mlkem* tests/mont* tests/policy* 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 noinst_HEADERS += hidden/openssl/lhash.h noinst_HEADERS += hidden/openssl/md4.h noinst_HEADERS += hidden/openssl/md5.h +noinst_HEADERS += hidden/openssl/mlkem.h noinst_HEADERS += hidden/openssl/modes.h noinst_HEADERS += hidden/openssl/objects.h noinst_HEADERS += hidden/openssl/ocsp.h -- cgit v1.2.3-55-g6feb