diff options
| author | Theo Buehler <tb@openbsd.org> | 2023-07-08 02:03:37 -0600 |
|---|---|---|
| committer | Theo Buehler <tb@openbsd.org> | 2023-07-08 04:43:47 -0600 |
| commit | bf99e422ce95b22c0ed58b727abc735c7299a174 (patch) | |
| tree | 63a2db243ac51d0294df1707147988601c78aef5 | |
| parent | 977bd49c5bb3b247070934501c7ea2bcdac00111 (diff) | |
| download | portable-bf99e422ce95b22c0ed58b727abc735c7299a174.tar.gz portable-bf99e422ce95b22c0ed58b727abc735c7299a174.tar.bz2 portable-bf99e422ce95b22c0ed58b727abc735c7299a174.zip | |
Add hidden crypto.h
| -rw-r--r-- | crypto/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/Makefile.am b/crypto/Makefile.am index f734617..7799a65 100644 --- a/crypto/Makefile.am +++ b/crypto/Makefile.am | |||
| @@ -730,6 +730,7 @@ noinst_HEADERS += hidden/openssl/chacha.h | |||
| 730 | noinst_HEADERS += hidden/openssl/cms.h | 730 | noinst_HEADERS += hidden/openssl/cms.h |
| 731 | noinst_HEADERS += hidden/openssl/comp.h | 731 | noinst_HEADERS += hidden/openssl/comp.h |
| 732 | noinst_HEADERS += hidden/openssl/conf_api.h | 732 | noinst_HEADERS += hidden/openssl/conf_api.h |
| 733 | noinst_HEADERS += hidden/openssl/crypto.h | ||
| 733 | noinst_HEADERS += hidden/openssl/ct.h | 734 | noinst_HEADERS += hidden/openssl/ct.h |
| 734 | noinst_HEADERS += hidden/openssl/dso.h | 735 | noinst_HEADERS += hidden/openssl/dso.h |
| 735 | noinst_HEADERS += hidden/openssl/ec.h | 736 | noinst_HEADERS += hidden/openssl/ec.h |
