diff options
author | Theo Buehler <tb@openbssd.org> | 2024-12-19 18:58:48 -0700 |
---|---|---|
committer | Theo Buehler <tb@openbssd.org> | 2024-12-19 19:11:43 -0700 |
commit | 3378e9772667155263acfbfda99ee5152458d631 (patch) | |
tree | a0e104270d21f8d72b81d0428cff83b0d2248dbb /update.sh | |
parent | bf808ea0fc581f58ec4aabd9d7f24d3a5275bc7a (diff) | |
download | portable-3378e9772667155263acfbfda99ee5152458d631.tar.gz portable-3378e9772667155263acfbfda99ee5152458d631.tar.bz2 portable-3378e9772667155263acfbfda99ee5152458d631.zip |
Remove mlkem and bytestring from public visibility for now
Diffstat (limited to '')
-rwxr-xr-x | update.sh | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -127,11 +127,10 @@ copy_hdrs() { | |||
127 | 127 | ||
128 | copy_hdrs $libcrypto_src "stack/stack.h lhash/lhash.h stack/safestack.h | 128 | copy_hdrs $libcrypto_src "stack/stack.h lhash/lhash.h stack/safestack.h |
129 | ossl_typ.h err/err.h crypto.h comp/comp.h x509/x509.h buffer/buffer.h | 129 | ossl_typ.h err/err.h crypto.h comp/comp.h x509/x509.h buffer/buffer.h |
130 | bytestring/bytestring.h | ||
131 | objects/objects.h asn1/asn1.h asn1/posix_time.h bn/bn.h ec/ec.h ecdsa/ecdsa.h | 130 | objects/objects.h asn1/asn1.h asn1/posix_time.h bn/bn.h ec/ec.h ecdsa/ecdsa.h |
132 | ecdh/ecdh.h rsa/rsa.h sha/sha.h x509/x509_vfy.h pkcs7/pkcs7.h pem/pem.h | 131 | ecdh/ecdh.h rsa/rsa.h sha/sha.h x509/x509_vfy.h pkcs7/pkcs7.h pem/pem.h |
133 | hkdf/hkdf.h hmac/hmac.h rand/rand.h md5/md5.h | 132 | 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 |
135 | aes/aes.h modes/modes.h asn1/asn1t.h bf/blowfish.h | 134 | aes/aes.h modes/modes.h asn1/asn1t.h bf/blowfish.h |
136 | bio/bio.h cast/cast.h cmac/cmac.h cms/cms.h des/des.h dh/dh.h | 135 | bio/bio.h cast/cast.h cmac/cmac.h cms/cms.h des/des.h dh/dh.h |
137 | dsa/dsa.h engine/engine.h ui/ui.h pkcs12/pkcs12.h ts/ts.h | 136 | dsa/dsa.h engine/engine.h ui/ui.h pkcs12/pkcs12.h ts/ts.h |