Add return type for ECDH_compute_key

This commit is contained in:
Love Hornquist Astrand
2009-08-14 10:13:48 +02:00
parent 7c18fc4cfe
commit b7fc0614f0

View File

@@ -38,6 +38,7 @@
#include <hcrypto/ec.h>
int
ECDH_compute_key(void *, size_t,
const EC_KEY *, const EC_KEY *,
void *(*KDF)(const void *, size_t, void *, size_t *));