diff options
author | Brent Cook <bcook@openbsd.org> | 2015-09-13 09:03:04 -0500 |
---|---|---|
committer | Brent Cook <bcook@openbsd.org> | 2015-09-13 09:03:04 -0500 |
commit | 4bb70680a0301d7efa6c88002c3ce4d2b6c0d2e6 (patch) | |
tree | 266287fd93c210f52ed7ee55d6f71362b0c3bf2e | |
parent | 02b7539cf55166ef65fb5503d59bc019ea0e8f49 (diff) | |
download | portable-4bb70680a0301d7efa6c88002c3ce4d2b6c0d2e6.tar.gz portable-4bb70680a0301d7efa6c88002c3ce4d2b6c0d2e6.tar.bz2 portable-4bb70680a0301d7efa6c88002c3ce4d2b6c0d2e6.zip |
ech_ossl.h is gone
-rw-r--r-- | crypto/Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/crypto/Makefile.am b/crypto/Makefile.am index 39d50c4..6c0238b 100644 --- a/crypto/Makefile.am +++ b/crypto/Makefile.am | |||
@@ -419,7 +419,6 @@ noinst_HEADERS += ec/ec_lcl.h | |||
419 | libcrypto_la_SOURCES += ecdh/ech_err.c | 419 | libcrypto_la_SOURCES += ecdh/ech_err.c |
420 | libcrypto_la_SOURCES += ecdh/ech_key.c | 420 | libcrypto_la_SOURCES += ecdh/ech_key.c |
421 | libcrypto_la_SOURCES += ecdh/ech_lib.c | 421 | libcrypto_la_SOURCES += ecdh/ech_lib.c |
422 | libcrypto_la_SOURCES += ecdh/ech_ossl.c | ||
423 | noinst_HEADERS += ecdh/ech_locl.h | 422 | noinst_HEADERS += ecdh/ech_locl.h |
424 | 423 | ||
425 | # ecdsa | 424 | # ecdsa |