diff options
| author | Theo Buehler <tb@openbsd.org> | 2023-07-08 01:36:33 -0600 |
|---|---|---|
| committer | Theo Buehler <tb@openbsd.org> | 2023-07-08 04:42:45 -0600 |
| commit | 977bd49c5bb3b247070934501c7ea2bcdac00111 (patch) | |
| tree | 43012e924c25229aa564f14c8c566a2bf38cc037 | |
| parent | fb2b33289cfde5f36cc837d730140a381713b940 (diff) | |
| download | portable-977bd49c5bb3b247070934501c7ea2bcdac00111.tar.gz portable-977bd49c5bb3b247070934501c7ea2bcdac00111.tar.bz2 portable-977bd49c5bb3b247070934501c7ea2bcdac00111.zip | |
Add hidden buffer.h, cms.h, comp.h, conf_api.h
| -rw-r--r-- | crypto/Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/crypto/Makefile.am b/crypto/Makefile.am index 97a78e0..f734617 100644 --- a/crypto/Makefile.am +++ b/crypto/Makefile.am | |||
| @@ -725,7 +725,11 @@ noinst_HEADERS += hidden/crypto_namespace.h | |||
| 725 | noinst_HEADERS += hidden/openssl/asn1.h | 725 | noinst_HEADERS += hidden/openssl/asn1.h |
| 726 | noinst_HEADERS += hidden/openssl/asn1t.h | 726 | noinst_HEADERS += hidden/openssl/asn1t.h |
| 727 | noinst_HEADERS += hidden/openssl/bio.h | 727 | noinst_HEADERS += hidden/openssl/bio.h |
| 728 | noinst_HEADERS += hidden/openssl/buffer.h | ||
| 728 | noinst_HEADERS += hidden/openssl/chacha.h | 729 | noinst_HEADERS += hidden/openssl/chacha.h |
| 730 | noinst_HEADERS += hidden/openssl/cms.h | ||
| 731 | noinst_HEADERS += hidden/openssl/comp.h | ||
| 732 | noinst_HEADERS += hidden/openssl/conf_api.h | ||
| 729 | noinst_HEADERS += hidden/openssl/ct.h | 733 | noinst_HEADERS += hidden/openssl/ct.h |
| 730 | noinst_HEADERS += hidden/openssl/dso.h | 734 | noinst_HEADERS += hidden/openssl/dso.h |
| 731 | noinst_HEADERS += hidden/openssl/ec.h | 735 | noinst_HEADERS += hidden/openssl/ec.h |
