diff options
| author | Theo Buehler <tb@openbsd.org> | 2023-07-07 10:13:19 +0200 |
|---|---|---|
| committer | Theo Buehler <tb@openbsd.org> | 2023-07-07 02:37:42 -0600 |
| commit | 990fd347ee8b60c4a0fefc4272c7b76befdfd74a (patch) | |
| tree | 7a70225e9635ae32c04314ed474bcdad11b426a3 | |
| parent | 4aa76421303aaddbae7da8cf76549d5c0f1419be (diff) | |
| download | portable-990fd347ee8b60c4a0fefc4272c7b76befdfd74a.tar.gz portable-990fd347ee8b60c4a0fefc4272c7b76befdfd74a.tar.bz2 portable-990fd347ee8b60c4a0fefc4272c7b76befdfd74a.zip | |
Add hidden ts.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 cf611a2..b4d558b 100644 --- a/crypto/Makefile.am +++ b/crypto/Makefile.am | |||
| @@ -729,6 +729,7 @@ noinst_HEADERS += hidden/openssl/hmac.h | |||
| 729 | noinst_HEADERS += hidden/openssl/pkcs12.h | 729 | noinst_HEADERS += hidden/openssl/pkcs12.h |
| 730 | noinst_HEADERS += hidden/openssl/pkcs7.h | 730 | noinst_HEADERS += hidden/openssl/pkcs7.h |
| 731 | noinst_HEADERS += hidden/openssl/stack.h | 731 | noinst_HEADERS += hidden/openssl/stack.h |
| 732 | noinst_HEADERS += hidden/openssl/ts.h | ||
| 732 | noinst_HEADERS += hidden/openssl/ui.h | 733 | noinst_HEADERS += hidden/openssl/ui.h |
| 733 | noinst_HEADERS += hidden/openssl/x509.h | 734 | noinst_HEADERS += hidden/openssl/x509.h |
| 734 | noinst_HEADERS += hidden/openssl/x509_vfy.h | 735 | noinst_HEADERS += hidden/openssl/x509_vfy.h |
