From e60b2916d65f862990593045c0c278e527a00f52 Mon Sep 17 00:00:00 2001 From: Pekka Riikonen Date: Mon, 12 Feb 2001 16:02:40 +0000 Subject: [PATCH] typo fix. --- lib/silccrypt/silcdh.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/silccrypt/silcdh.h b/lib/silccrypt/silcdh.h index ab23e26d..7bdb892f 100644 --- a/lib/silccrypt/silcdh.h +++ b/lib/silccrypt/silcdh.h @@ -71,7 +71,7 @@ int silc_dh_compute_public(SilcDH dh, SilcInt **y); /* Sets the remote end's public value y' into the DH context. This must be done before computing the secret key. Returns FALSE on error. */ -int silc_dh_set_remote_public(SilcDH dh, SilcInt **y); +int silc_dh_set_remote_public(SilcDH dh, SilcInt *y); /* Computes the secret key z = y' ^ x mod p, and returns the key to the `z' pointer sent as argument, unless the `z' is NULL. Returns FALSE if -- 2.24.0