diff options
author | Brent Cook <bcook@openbsd.org> | 2015-09-13 19:08:12 -0500 |
---|---|---|
committer | Brent Cook <bcook@openbsd.org> | 2015-09-13 19:08:12 -0500 |
commit | 2cb6d19e10b6e36c7cd569899a45b51c3751b740 (patch) | |
tree | c5b73ab37901508b3ec32d88695e463daf29a9c4 /crypto | |
parent | eaa4c1cc8ae7043cd84699cfcbee2e3ae9a7fc33 (diff) | |
download | portable-2cb6d19e10b6e36c7cd569899a45b51c3751b740.tar.gz portable-2cb6d19e10b6e36c7cd569899a45b51c3751b740.tar.bz2 portable-2cb6d19e10b6e36c7cd569899a45b51c3751b740.zip |
remove ecdh/ech_ossl.c
Diffstat (limited to 'crypto')
-rw-r--r-- | crypto/CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/crypto/CMakeLists.txt b/crypto/CMakeLists.txt index 0e5d0fc..bb485b5 100644 --- a/crypto/CMakeLists.txt +++ b/crypto/CMakeLists.txt | |||
@@ -263,7 +263,6 @@ set( | |||
263 | ecdh/ech_err.c | 263 | ecdh/ech_err.c |
264 | ecdh/ech_key.c | 264 | ecdh/ech_key.c |
265 | ecdh/ech_lib.c | 265 | ecdh/ech_lib.c |
266 | ecdh/ech_ossl.c | ||
267 | ecdsa/ecs_asn1.c | 266 | ecdsa/ecs_asn1.c |
268 | ecdsa/ecs_err.c | 267 | ecdsa/ecs_err.c |
269 | ecdsa/ecs_lib.c | 268 | ecdsa/ecs_lib.c |