aboutsummaryrefslogtreecommitdiff
path: root/crypto
diff options
context:
space:
mode:
authorTheo Buehler <tb@openbssd.org>2024-12-19 18:58:48 -0700
committerTheo Buehler <tb@openbssd.org>2024-12-19 19:11:43 -0700
commit3378e9772667155263acfbfda99ee5152458d631 (patch)
treea0e104270d21f8d72b81d0428cff83b0d2248dbb /crypto
parentbf808ea0fc581f58ec4aabd9d7f24d3a5275bc7a (diff)
downloadportable-3378e9772667155263acfbfda99ee5152458d631.tar.gz
portable-3378e9772667155263acfbfda99ee5152458d631.tar.bz2
portable-3378e9772667155263acfbfda99ee5152458d631.zip
Remove mlkem and bytestring from public visibility for now
Diffstat (limited to 'crypto')
-rw-r--r--crypto/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/Makefile.am b/crypto/Makefile.am
index 31fcffd..990582f 100644
--- a/crypto/Makefile.am
+++ b/crypto/Makefile.am
@@ -709,6 +709,7 @@ libcrypto_la_SOURCES += md5/md5.c
709# mlkem 709# mlkem
710libcrypto_la_SOURCES += mlkem/mlkem768.c 710libcrypto_la_SOURCES += mlkem/mlkem768.c
711libcrypto_la_SOURCES += mlkem/mlkem1024.c 711libcrypto_la_SOURCES += mlkem/mlkem1024.c
712noinst_HEADERS += mlkem/mlkem.h
712noinst_HEADERS += mlkem/mlkem_internal.h 713noinst_HEADERS += mlkem/mlkem_internal.h
713 714
714# modes 715# modes