diff options
| author | Theo Buehler <tb@openbsd.org> | 2024-03-28 19:48:05 -0600 |
|---|---|---|
| committer | Theo Buehler <tb@openbsd.org> | 2024-03-28 19:48:05 -0600 |
| commit | 4e41fc8721249798971a6032bcb0754401f1f1da (patch) | |
| tree | 91f1bfc7af367e92e691933dfaa06d6d2f42ee33 | |
| parent | 3f631b7f445ce75305038fff837bbd984637629b (diff) | |
| download | portable-4e41fc8721249798971a6032bcb0754401f1f1da.tar.gz portable-4e41fc8721249798971a6032bcb0754401f1f1da.tar.bz2 portable-4e41fc8721249798971a6032bcb0754401f1f1da.zip | |
Hook up hidden DES
| -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 362d9bf..c97de66 100644 --- a/crypto/Makefile.am +++ b/crypto/Makefile.am | |||
| @@ -646,6 +646,7 @@ noinst_HEADERS += hidden/openssl/conf_api.h | |||
| 646 | noinst_HEADERS += hidden/openssl/crypto.h | 646 | noinst_HEADERS += hidden/openssl/crypto.h |
| 647 | noinst_HEADERS += hidden/openssl/ct.h | 647 | noinst_HEADERS += hidden/openssl/ct.h |
| 648 | noinst_HEADERS += hidden/openssl/curve25519.h | 648 | noinst_HEADERS += hidden/openssl/curve25519.h |
| 649 | noinst_HEADERS += hidden/openssl/des.h | ||
| 649 | noinst_HEADERS += hidden/openssl/dh.h | 650 | noinst_HEADERS += hidden/openssl/dh.h |
| 650 | noinst_HEADERS += hidden/openssl/dsa.h | 651 | noinst_HEADERS += hidden/openssl/dsa.h |
| 651 | noinst_HEADERS += hidden/openssl/ec.h | 652 | noinst_HEADERS += hidden/openssl/ec.h |
