diff options
author | Theo Buehler <tb@openbsd.org> | 2024-03-29 21:47:18 -0600 |
---|---|---|
committer | Theo Buehler <tb@openbsd.org> | 2024-03-29 22:29:23 -0600 |
commit | 364e1fa7163c3ec49e48468c000fab5a7ecb440a (patch) | |
tree | 78dc5842735aca9b39ad910071f3c7a61f585621 /crypto | |
parent | a07d3f6484a1a1ce966b31e3a8ec18c3de3aab9e (diff) | |
download | portable-364e1fa7163c3ec49e48468c000fab5a7ecb440a.tar.gz portable-364e1fa7163c3ec49e48468c000fab5a7ecb440a.tar.bz2 portable-364e1fa7163c3ec49e48468c000fab5a7ecb440a.zip |
Add hidden whrlpool
Diffstat (limited to 'crypto')
-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 cd03c7d..608d485 100644 --- a/crypto/Makefile.am +++ b/crypto/Makefile.am | |||
@@ -666,6 +666,7 @@ noinst_HEADERS += hidden/openssl/stack.h | |||
666 | noinst_HEADERS += hidden/openssl/ts.h | 666 | noinst_HEADERS += hidden/openssl/ts.h |
667 | noinst_HEADERS += hidden/openssl/txt_db.h | 667 | noinst_HEADERS += hidden/openssl/txt_db.h |
668 | noinst_HEADERS += hidden/openssl/ui.h | 668 | noinst_HEADERS += hidden/openssl/ui.h |
669 | noinst_HEADERS += hidden/openssl/whrlpool.h | ||
669 | noinst_HEADERS += hidden/openssl/x509.h | 670 | noinst_HEADERS += hidden/openssl/x509.h |
670 | noinst_HEADERS += hidden/openssl/x509_vfy.h | 671 | noinst_HEADERS += hidden/openssl/x509_vfy.h |
671 | noinst_HEADERS += hidden/openssl/x509v3.h | 672 | noinst_HEADERS += hidden/openssl/x509v3.h |