diff options
author | Theo Buehler <tb@openbsd.org> | 2024-03-29 23:37:15 -0600 |
---|---|---|
committer | Theo Buehler <tb@openbsd.org> | 2024-03-29 23:37:15 -0600 |
commit | 5ff4c4ace74c37da7d7e7304ee19b258bbb38c5f (patch) | |
tree | adfefc4395108c6684123fee83f8e23ecf5286d4 /crypto | |
parent | c2f5a90ed03035634a3527e4b7968a7edf118405 (diff) | |
download | portable-5ff4c4ace74c37da7d7e7304ee19b258bbb38c5f.tar.gz portable-5ff4c4ace74c37da7d7e7304ee19b258bbb38c5f.tar.bz2 portable-5ff4c4ace74c37da7d7e7304ee19b258bbb38c5f.zip |
Add hidden aes.h and camellia.h
Diffstat (limited to 'crypto')
-rw-r--r-- | crypto/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/crypto/Makefile.am b/crypto/Makefile.am index 608d485..9533907 100644 --- a/crypto/Makefile.am +++ b/crypto/Makefile.am | |||
@@ -620,12 +620,14 @@ noinst_HEADERS += evp/evp_local.h | |||
620 | 620 | ||
621 | # hidden | 621 | # hidden |
622 | noinst_HEADERS += hidden/crypto_namespace.h | 622 | noinst_HEADERS += hidden/crypto_namespace.h |
623 | noinst_HEADERS += hidden/openssl/aes.h | ||
623 | noinst_HEADERS += hidden/openssl/asn1.h | 624 | noinst_HEADERS += hidden/openssl/asn1.h |
624 | noinst_HEADERS += hidden/openssl/asn1t.h | 625 | noinst_HEADERS += hidden/openssl/asn1t.h |
625 | noinst_HEADERS += hidden/openssl/bio.h | 626 | noinst_HEADERS += hidden/openssl/bio.h |
626 | noinst_HEADERS += hidden/openssl/blowfish.h | 627 | noinst_HEADERS += hidden/openssl/blowfish.h |
627 | noinst_HEADERS += hidden/openssl/bn.h | 628 | noinst_HEADERS += hidden/openssl/bn.h |
628 | noinst_HEADERS += hidden/openssl/buffer.h | 629 | noinst_HEADERS += hidden/openssl/buffer.h |
630 | noinst_HEADERS += hidden/openssl/camellia.h | ||
629 | noinst_HEADERS += hidden/openssl/cast.h | 631 | noinst_HEADERS += hidden/openssl/cast.h |
630 | noinst_HEADERS += hidden/openssl/chacha.h | 632 | noinst_HEADERS += hidden/openssl/chacha.h |
631 | noinst_HEADERS += hidden/openssl/cmac.h | 633 | noinst_HEADERS += hidden/openssl/cmac.h |