Skip to content

Commit

Permalink
Remove mlkem and bytestring from public visibility for now
Browse files Browse the repository at this point in the history
  • Loading branch information
Theo Buehler committed Dec 20, 2024
1 parent bf808ea commit 3378e97
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions crypto/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -709,6 +709,7 @@ libcrypto_la_SOURCES += md5/md5.c
# mlkem
libcrypto_la_SOURCES += mlkem/mlkem768.c
libcrypto_la_SOURCES += mlkem/mlkem1024.c
noinst_HEADERS += mlkem/mlkem.h
noinst_HEADERS += mlkem/mlkem_internal.h

# modes
Expand Down
1 change: 1 addition & 0 deletions tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ include_directories(
../crypto/asn1
../crypto/bio
../crypto/bn
../crypto/bytestring
../crypto/curve25519
../crypto/evp
../crypto/mlkem
Expand Down
1 change: 1 addition & 0 deletions tests/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ AM_CPPFLAGS += -I $(top_srcdir)/crypto/
AM_CPPFLAGS += -I $(top_srcdir)/crypto/asn1
AM_CPPFLAGS += -I $(top_srcdir)/crypto/bio
AM_CPPFLAGS += -I $(top_srcdir)/crypto/bn
AM_CPPFLAGS += -I $(top_srcdir)/crypto/bytestring
AM_CPPFLAGS += -I $(top_srcdir)/crypto/curve25519
AM_CPPFLAGS += -I $(top_srcdir)/crypto/evp
AM_CPPFLAGS += -I $(top_srcdir)/crypto/mlkem
Expand Down
3 changes: 1 addition & 2 deletions update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -127,11 +127,10 @@ copy_hdrs() {

copy_hdrs $libcrypto_src "stack/stack.h lhash/lhash.h stack/safestack.h
ossl_typ.h err/err.h crypto.h comp/comp.h x509/x509.h buffer/buffer.h
bytestring/bytestring.h
objects/objects.h asn1/asn1.h asn1/posix_time.h bn/bn.h ec/ec.h ecdsa/ecdsa.h
ecdh/ecdh.h rsa/rsa.h sha/sha.h x509/x509_vfy.h pkcs7/pkcs7.h pem/pem.h
hkdf/hkdf.h hmac/hmac.h rand/rand.h md5/md5.h
x509/x509v3.h conf/conf.h mlkem/mlkem.h ocsp/ocsp.h
x509/x509v3.h conf/conf.h ocsp/ocsp.h
aes/aes.h modes/modes.h asn1/asn1t.h bf/blowfish.h
bio/bio.h cast/cast.h cmac/cmac.h cms/cms.h des/des.h dh/dh.h
dsa/dsa.h engine/engine.h ui/ui.h pkcs12/pkcs12.h ts/ts.h
Expand Down

0 comments on commit 3378e97

Please sign in to comment.