diff options
| author | Theo Buehler <tb@openbsd.org> | 2024-04-09 09:07:29 -0600 |
|---|---|---|
| committer | Theo Buehler <tb@openbsd.org> | 2024-04-09 09:07:29 -0600 |
| commit | 4a9c3341d7003e5c24f2cc7d97ca1ab71e3271e5 (patch) | |
| tree | e0a582454bb53665827386682d48168fd12740ab | |
| parent | 52982071f044a879c9417cb574b906b3af10c906 (diff) | |
| download | portable-4a9c3341d7003e5c24f2cc7d97ca1ab71e3271e5.tar.gz portable-4a9c3341d7003e5c24f2cc7d97ca1ab71e3271e5.tar.bz2 portable-4a9c3341d7003e5c24f2cc7d97ca1ab71e3271e5.zip | |
Add hidden evp.h and conf.h
| -rw-r--r-- | crypto/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/crypto/Makefile.am b/crypto/Makefile.am index 9533907..89c542f 100644 --- a/crypto/Makefile.am +++ b/crypto/Makefile.am | |||
| @@ -632,6 +632,7 @@ noinst_HEADERS += hidden/openssl/cast.h | |||
| 632 | noinst_HEADERS += hidden/openssl/chacha.h | 632 | noinst_HEADERS += hidden/openssl/chacha.h |
| 633 | noinst_HEADERS += hidden/openssl/cmac.h | 633 | noinst_HEADERS += hidden/openssl/cmac.h |
| 634 | noinst_HEADERS += hidden/openssl/cms.h | 634 | noinst_HEADERS += hidden/openssl/cms.h |
| 635 | noinst_HEADERS += hidden/openssl/conf.h | ||
| 635 | noinst_HEADERS += hidden/openssl/conf_api.h | 636 | noinst_HEADERS += hidden/openssl/conf_api.h |
| 636 | noinst_HEADERS += hidden/openssl/crypto.h | 637 | noinst_HEADERS += hidden/openssl/crypto.h |
| 637 | noinst_HEADERS += hidden/openssl/ct.h | 638 | noinst_HEADERS += hidden/openssl/ct.h |
| @@ -642,6 +643,7 @@ noinst_HEADERS += hidden/openssl/dsa.h | |||
| 642 | noinst_HEADERS += hidden/openssl/ec.h | 643 | noinst_HEADERS += hidden/openssl/ec.h |
| 643 | noinst_HEADERS += hidden/openssl/engine.h | 644 | noinst_HEADERS += hidden/openssl/engine.h |
| 644 | noinst_HEADERS += hidden/openssl/err.h | 645 | noinst_HEADERS += hidden/openssl/err.h |
| 646 | noinst_HEADERS += hidden/openssl/evp.h | ||
| 645 | noinst_HEADERS += hidden/openssl/hkdf.h | 647 | noinst_HEADERS += hidden/openssl/hkdf.h |
| 646 | noinst_HEADERS += hidden/openssl/hmac.h | 648 | noinst_HEADERS += hidden/openssl/hmac.h |
| 647 | noinst_HEADERS += hidden/openssl/idea.h | 649 | noinst_HEADERS += hidden/openssl/idea.h |
