Move ECDH_size() to ech_key.c
authortb <tb@openbsd.org>
Sun, 25 Jun 2023 19:17:43 +0000 (19:17 +0000)
committertb <tb@openbsd.org>
Sun, 25 Jun 2023 19:17:43 +0000 (19:17 +0000)
commitcb87ae46f233bb70cab0a5c35ba2cdc19709c515
tree4e180f45206585a74e20c645306d6f660cdf7fe4
parentb76fd1ccd44628ef71b0f6c895c03bf218621690
Move ECDH_size() to ech_key.c

This way the public ECDH API that will remain in libcrypto is in one file
and the public ECDH API that will go is in the other one.
lib/libcrypto/ecdh/ech_key.c
lib/libcrypto/ecdh/ech_lib.c