diff options
author | Theo Buehler <tb@openbsd.org> | 2023-07-08 09:28:08 -0600 |
---|---|---|
committer | Theo Buehler <tb@openbsd.org> | 2023-07-08 09:28:08 -0600 |
commit | fbe39d015725183ec5abce17f0cc83c27ffc9b74 (patch) | |
tree | 686dc966f5fa148b64f4a69dca1dac4e48fd23b5 | |
parent | 2c8e1eb716a17f7eb40164a056af5518c3c6cff4 (diff) | |
download | portable-fbe39d015725183ec5abce17f0cc83c27ffc9b74.tar.gz portable-fbe39d015725183ec5abce17f0cc83c27ffc9b74.tar.bz2 portable-fbe39d015725183ec5abce17f0cc83c27ffc9b74.zip |
Add hidden dh.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 bd1a61a..c0be299 100644 --- a/crypto/Makefile.am +++ b/crypto/Makefile.am | |||
@@ -736,6 +736,7 @@ noinst_HEADERS += hidden/openssl/conf_api.h | |||
736 | noinst_HEADERS += hidden/openssl/crypto.h | 736 | noinst_HEADERS += hidden/openssl/crypto.h |
737 | noinst_HEADERS += hidden/openssl/ct.h | 737 | noinst_HEADERS += hidden/openssl/ct.h |
738 | noinst_HEADERS += hidden/openssl/curve25519.h | 738 | noinst_HEADERS += hidden/openssl/curve25519.h |
739 | noinst_HEADERS += hidden/openssl/dh.h | ||
739 | noinst_HEADERS += hidden/openssl/dsa.h | 740 | noinst_HEADERS += hidden/openssl/dsa.h |
740 | noinst_HEADERS += hidden/openssl/dso.h | 741 | noinst_HEADERS += hidden/openssl/dso.h |
741 | noinst_HEADERS += hidden/openssl/ec.h | 742 | noinst_HEADERS += hidden/openssl/ec.h |