diff options
| author | tb <> | 2023-06-25 19:20:57 +0000 |
|---|---|---|
| committer | tb <> | 2023-06-25 19:20:57 +0000 |
| commit | 49d7077a87b4404db404754b305c05eb2a079063 (patch) | |
| tree | 63cec961bbe4cb316a70ca91187d35cec28ed567 /src/lib/libcrypto/ecdh | |
| parent | d6d9c8220865f59bb30342f710412f3c6bfa9aef (diff) | |
| download | openbsd-49d7077a87b4404db404754b305c05eb2a079063.tar.gz openbsd-49d7077a87b4404db404754b305c05eb2a079063.tar.bz2 openbsd-49d7077a87b4404db404754b305c05eb2a079063.zip | |
Move ecdh_KDF_X9_63() to ec_local.h
In anticipation of merging ecdh/ and ecdsa/ into ec/, move the last
remaining thing in ech_local.h where it will soon belong.
Diffstat (limited to 'src/lib/libcrypto/ecdh')
| -rw-r--r-- | src/lib/libcrypto/ecdh/ech_local.h | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/src/lib/libcrypto/ecdh/ech_local.h b/src/lib/libcrypto/ecdh/ech_local.h index 44aa2cf250..7e2dfd8c43 100644 --- a/src/lib/libcrypto/ecdh/ech_local.h +++ b/src/lib/libcrypto/ecdh/ech_local.h | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | /* $OpenBSD: ech_local.h,v 1.5 2023/06/25 19:14:14 tb Exp $ */ | 1 | /* $OpenBSD: ech_local.h,v 1.6 2023/06/25 19:20:57 tb Exp $ */ |
| 2 | /* ==================================================================== | 2 | /* ==================================================================== |
| 3 | * Copyright (c) 2000-2005 The OpenSSL Project. All rights reserved. | 3 | * Copyright (c) 2000-2005 The OpenSSL Project. All rights reserved. |
| 4 | * | 4 | * |
| @@ -60,12 +60,6 @@ | |||
| 60 | 60 | ||
| 61 | __BEGIN_HIDDEN_DECLS | 61 | __BEGIN_HIDDEN_DECLS |
| 62 | 62 | ||
| 63 | /* | ||
| 64 | * ECDH Key Derivation Function as defined in ANSI X9.63. | ||
| 65 | */ | ||
| 66 | int ecdh_KDF_X9_63(unsigned char *out, size_t outlen, const unsigned char *Z, | ||
| 67 | size_t Zlen, const unsigned char *sinfo, size_t sinfolen, const EVP_MD *md); | ||
| 68 | |||
| 69 | __END_HIDDEN_DECLS | 63 | __END_HIDDEN_DECLS |
| 70 | 64 | ||
| 71 | #endif /* !HEADER_ECH_LOCAL_H */ | 65 | #endif /* !HEADER_ECH_LOCAL_H */ |
