File tree Expand file tree Collapse file tree 4 files changed +4
-2
lines changed Expand file tree Collapse file tree 4 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -709,6 +709,7 @@ libcrypto_la_SOURCES += md5/md5.c
709709# mlkem
710710libcrypto_la_SOURCES += mlkem/mlkem768.c
711711libcrypto_la_SOURCES += mlkem/mlkem1024.c
712+ noinst_HEADERS += mlkem/mlkem.h
712713noinst_HEADERS += mlkem/mlkem_internal.h
713714
714715# modes
Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ include_directories(
66 ../crypto/asn1
77 ../crypto/bio
88 ../crypto/bn
9+ ../crypto/bytestring
910 ../crypto/curve25519
1011 ../crypto/evp
1112 ../crypto/mlkem
Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ AM_CPPFLAGS += -I $(top_srcdir)/crypto/
1010AM_CPPFLAGS += -I $(top_srcdir ) /crypto/asn1
1111AM_CPPFLAGS += -I $(top_srcdir ) /crypto/bio
1212AM_CPPFLAGS += -I $(top_srcdir ) /crypto/bn
13+ AM_CPPFLAGS += -I $(top_srcdir ) /crypto/bytestring
1314AM_CPPFLAGS += -I $(top_srcdir ) /crypto/curve25519
1415AM_CPPFLAGS += -I $(top_srcdir ) /crypto/evp
1516AM_CPPFLAGS += -I $(top_srcdir ) /crypto/mlkem
Original file line number Diff line number Diff line change @@ -127,11 +127,10 @@ copy_hdrs() {
127127
128128copy_hdrs $libcrypto_src " stack/stack.h lhash/lhash.h stack/safestack.h
129129 ossl_typ.h err/err.h crypto.h comp/comp.h x509/x509.h buffer/buffer.h
130- bytestring/bytestring.h
131130 objects/objects.h asn1/asn1.h asn1/posix_time.h bn/bn.h ec/ec.h ecdsa/ecdsa.h
132131 ecdh/ecdh.h rsa/rsa.h sha/sha.h x509/x509_vfy.h pkcs7/pkcs7.h pem/pem.h
133132 hkdf/hkdf.h hmac/hmac.h rand/rand.h md5/md5.h
134- x509/x509v3.h conf/conf.h mlkem/mlkem.h ocsp/ocsp.h
133+ x509/x509v3.h conf/conf.h ocsp/ocsp.h
135134 aes/aes.h modes/modes.h asn1/asn1t.h bf/blowfish.h
136135 bio/bio.h cast/cast.h cmac/cmac.h cms/cms.h des/des.h dh/dh.h
137136 dsa/dsa.h engine/engine.h ui/ui.h pkcs12/pkcs12.h ts/ts.h
You can’t perform that action at this time.
0 commit comments