diff options
| author | Theo Buehler <tb@openbsd.org> | 2024-03-28 02:19:14 -0600 |
|---|---|---|
| committer | Theo Buehler <tb@openbsd.org> | 2024-03-28 02:19:14 -0600 |
| commit | 785c2d27c57f365370588bbab71c72b36678621c (patch) | |
| tree | 4b1fb67d8ed9c8db547ea8585d9331a3aa45e8a1 | |
| parent | ade8bb88919cd1c42018ee9cee1e77ba118518cf (diff) | |
| download | portable-785c2d27c57f365370588bbab71c72b36678621c.tar.gz portable-785c2d27c57f365370588bbab71c72b36678621c.tar.bz2 portable-785c2d27c57f365370588bbab71c72b36678621c.zip | |
Add hiddens in rc4
| -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 c14c34d..399a6a1 100644 --- a/crypto/Makefile.am +++ b/crypto/Makefile.am | |||
| @@ -670,6 +670,7 @@ noinst_HEADERS += hidden/openssl/poly1305.h | |||
| 670 | noinst_HEADERS += hidden/openssl/posix_time.h | 670 | noinst_HEADERS += hidden/openssl/posix_time.h |
| 671 | noinst_HEADERS += hidden/openssl/rand.h | 671 | noinst_HEADERS += hidden/openssl/rand.h |
| 672 | noinst_HEADERS += hidden/openssl/rc2.h | 672 | noinst_HEADERS += hidden/openssl/rc2.h |
| 673 | noinst_HEADERS += hidden/openssl/rc4.h | ||
| 673 | noinst_HEADERS += hidden/openssl/rsa.h | 674 | noinst_HEADERS += hidden/openssl/rsa.h |
| 674 | noinst_HEADERS += hidden/openssl/sha.h | 675 | noinst_HEADERS += hidden/openssl/sha.h |
| 675 | noinst_HEADERS += hidden/openssl/sm3.h | 676 | noinst_HEADERS += hidden/openssl/sm3.h |
