From: Pekka Riikonen Date: Mon, 12 Feb 2001 16:02:40 +0000 (+0000) Subject: typo fix. X-Git-Tag: SILC.0.1~241 X-Git-Url: http://git.silc.fi/gitweb/?a=commitdiff_plain;h=e60b2916d65f862990593045c0c278e527a00f52;p=silc.git typo fix. --- 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