Skip to content

Commit 1005119

Browse files
author
Theo Buehler
committed
fix .gitignore for mlkem and pick up hidden header
1 parent 3378e97 commit 1005119

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.gitignore

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -115,9 +115,7 @@ tests/freenull*
115115
tests/gost2814789t*
116116
tests/key_schedule*
117117
tests/lhash_test*
118-
tests/mlkem*.c
119-
tests/mlkem*.h
120-
tests/mlkem*.txt
118+
tests/mlkem*
121119
tests/mont*
122120
tests/policy*
123121
tests/rfc3779*

crypto/Makefile.am

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -655,6 +655,7 @@ noinst_HEADERS += hidden/openssl/idea.h
655655
noinst_HEADERS += hidden/openssl/lhash.h
656656
noinst_HEADERS += hidden/openssl/md4.h
657657
noinst_HEADERS += hidden/openssl/md5.h
658+
noinst_HEADERS += hidden/openssl/mlkem.h
658659
noinst_HEADERS += hidden/openssl/modes.h
659660
noinst_HEADERS += hidden/openssl/objects.h
660661
noinst_HEADERS += hidden/openssl/ocsp.h

0 commit comments

Comments
 (0)