diff options
| author | Theo Buehler <tb@openbsd.org> | 2023-07-07 13:42:50 -0600 |
|---|---|---|
| committer | Theo Buehler <tb@openbsd.org> | 2023-07-08 04:36:30 -0600 |
| commit | eae1263233443579c47704eb3d46d5996a107557 (patch) | |
| tree | 7fca766a5b51b2000082a9103c27b51f92ae65de | |
| parent | 64c55e27084cfdd701b322e53b86912c075011e8 (diff) | |
| download | portable-eae1263233443579c47704eb3d46d5996a107557.tar.gz portable-eae1263233443579c47704eb3d46d5996a107557.tar.bz2 portable-eae1263233443579c47704eb3d46d5996a107557.zip | |
Remove hidden sm3.h and evp.h again
| -rw-r--r-- | crypto/Makefile.am | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/crypto/Makefile.am b/crypto/Makefile.am index 7189fe6..2ef8af1 100644 --- a/crypto/Makefile.am +++ b/crypto/Makefile.am | |||
| @@ -729,7 +729,6 @@ noinst_HEADERS += hidden/openssl/chacha.h | |||
| 729 | noinst_HEADERS += hidden/openssl/ec.h | 729 | noinst_HEADERS += hidden/openssl/ec.h |
| 730 | noinst_HEADERS += hidden/openssl/ecdsa.h | 730 | noinst_HEADERS += hidden/openssl/ecdsa.h |
| 731 | noinst_HEADERS += hidden/openssl/err.h | 731 | noinst_HEADERS += hidden/openssl/err.h |
| 732 | noinst_HEADERS += hidden/openssl/evp.h | ||
| 733 | noinst_HEADERS += hidden/openssl/hkdf.h | 732 | noinst_HEADERS += hidden/openssl/hkdf.h |
| 734 | noinst_HEADERS += hidden/openssl/hmac.h | 733 | noinst_HEADERS += hidden/openssl/hmac.h |
| 735 | noinst_HEADERS += hidden/openssl/lhash.h | 734 | noinst_HEADERS += hidden/openssl/lhash.h |
| @@ -739,7 +738,6 @@ noinst_HEADERS += hidden/openssl/pkcs7.h | |||
| 739 | noinst_HEADERS += hidden/openssl/poly1305.h | 738 | noinst_HEADERS += hidden/openssl/poly1305.h |
| 740 | noinst_HEADERS += hidden/openssl/rand.h | 739 | noinst_HEADERS += hidden/openssl/rand.h |
| 741 | noinst_HEADERS += hidden/openssl/rc2.h | 740 | noinst_HEADERS += hidden/openssl/rc2.h |
| 742 | noinst_HEADERS += hidden/openssl/sm3.h | ||
| 743 | noinst_HEADERS += hidden/openssl/sm4.h | 741 | noinst_HEADERS += hidden/openssl/sm4.h |
| 744 | noinst_HEADERS += hidden/openssl/stack.h | 742 | noinst_HEADERS += hidden/openssl/stack.h |
| 745 | noinst_HEADERS += hidden/openssl/ts.h | 743 | noinst_HEADERS += hidden/openssl/ts.h |
