Skip to content

Commit 3378e97

Browse files
author
Theo Buehler
committed
Remove mlkem and bytestring from public visibility for now
1 parent bf808ea commit 3378e97

File tree

4 files changed

+4
-2
lines changed

4 files changed

+4
-2
lines changed

crypto/Makefile.am

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -709,6 +709,7 @@ libcrypto_la_SOURCES += md5/md5.c
709709
# mlkem
710710
libcrypto_la_SOURCES += mlkem/mlkem768.c
711711
libcrypto_la_SOURCES += mlkem/mlkem1024.c
712+
noinst_HEADERS += mlkem/mlkem.h
712713
noinst_HEADERS += mlkem/mlkem_internal.h
713714

714715
# modes

tests/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

tests/Makefile.am

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ AM_CPPFLAGS += -I $(top_srcdir)/crypto/
1010
AM_CPPFLAGS += -I $(top_srcdir)/crypto/asn1
1111
AM_CPPFLAGS += -I $(top_srcdir)/crypto/bio
1212
AM_CPPFLAGS += -I $(top_srcdir)/crypto/bn
13+
AM_CPPFLAGS += -I $(top_srcdir)/crypto/bytestring
1314
AM_CPPFLAGS += -I $(top_srcdir)/crypto/curve25519
1415
AM_CPPFLAGS += -I $(top_srcdir)/crypto/evp
1516
AM_CPPFLAGS += -I $(top_srcdir)/crypto/mlkem

update.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,11 +127,10 @@ copy_hdrs() {
127127

128128
copy_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

0 commit comments

Comments
 (0)