diff options
author | Theo Buehler <tb@openbsd.org> | 2023-07-08 09:15:02 -0600 |
---|---|---|
committer | Theo Buehler <tb@openbsd.org> | 2023-07-08 09:15:02 -0600 |
commit | 2c8e1eb716a17f7eb40164a056af5518c3c6cff4 (patch) | |
tree | 5966849d2a160e0a8048aab8eb357c2ec24383a7 | |
parent | 0761bd33f248ca73e2d336ce78163e5c1ce6072b (diff) | |
download | portable-2c8e1eb716a17f7eb40164a056af5518c3c6cff4.tar.gz portable-2c8e1eb716a17f7eb40164a056af5518c3c6cff4.tar.bz2 portable-2c8e1eb716a17f7eb40164a056af5518c3c6cff4.zip |
Add hidden curve25519.h
-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 7e91a64..bd1a61a 100644 --- a/crypto/Makefile.am +++ b/crypto/Makefile.am | |||
@@ -735,6 +735,7 @@ noinst_HEADERS += hidden/openssl/comp.h | |||
735 | noinst_HEADERS += hidden/openssl/conf_api.h | 735 | noinst_HEADERS += hidden/openssl/conf_api.h |
736 | noinst_HEADERS += hidden/openssl/crypto.h | 736 | noinst_HEADERS += hidden/openssl/crypto.h |
737 | noinst_HEADERS += hidden/openssl/ct.h | 737 | noinst_HEADERS += hidden/openssl/ct.h |
738 | noinst_HEADERS += hidden/openssl/curve25519.h | ||
738 | noinst_HEADERS += hidden/openssl/dsa.h | 739 | noinst_HEADERS += hidden/openssl/dsa.h |
739 | noinst_HEADERS += hidden/openssl/dso.h | 740 | noinst_HEADERS += hidden/openssl/dso.h |
740 | noinst_HEADERS += hidden/openssl/ec.h | 741 | noinst_HEADERS += hidden/openssl/ec.h |