diff options
| author | Theo Buehler <tb@openbsd.org> | 2023-07-08 08:54:23 -0600 |
|---|---|---|
| committer | Theo Buehler <tb@openbsd.org> | 2023-07-08 08:54:23 -0600 |
| commit | 0761bd33f248ca73e2d336ce78163e5c1ce6072b (patch) | |
| tree | 51b679d0c2c2bb0a9ad763c4d92238e3f7fa4a00 /crypto | |
| parent | 5696d1ac306147afddaf838e5bca843c12bf01f8 (diff) | |
| download | portable-0761bd33f248ca73e2d336ce78163e5c1ce6072b.tar.gz portable-0761bd33f248ca73e2d336ce78163e5c1ce6072b.tar.bz2 portable-0761bd33f248ca73e2d336ce78163e5c1ce6072b.zip | |
Add hidden modes.h
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 ec207e8..7e91a64 100644 --- a/crypto/Makefile.am +++ b/crypto/Makefile.am | |||
| @@ -748,6 +748,7 @@ noinst_HEADERS += hidden/openssl/idea.h | |||
| 748 | noinst_HEADERS += hidden/openssl/lhash.h | 748 | noinst_HEADERS += hidden/openssl/lhash.h |
| 749 | noinst_HEADERS += hidden/openssl/md4.h | 749 | noinst_HEADERS += hidden/openssl/md4.h |
| 750 | noinst_HEADERS += hidden/openssl/md5.h | 750 | noinst_HEADERS += hidden/openssl/md5.h |
| 751 | noinst_HEADERS += hidden/openssl/modes.h | ||
| 751 | noinst_HEADERS += hidden/openssl/objects.h | 752 | noinst_HEADERS += hidden/openssl/objects.h |
| 752 | noinst_HEADERS += hidden/openssl/ocsp.h | 753 | noinst_HEADERS += hidden/openssl/ocsp.h |
| 753 | noinst_HEADERS += hidden/openssl/pem.h | 754 | noinst_HEADERS += hidden/openssl/pem.h |
