typo fix.
authorPekka Riikonen <priikone@silcnet.org>
Mon, 12 Feb 2001 16:02:40 +0000 (16:02 +0000)
committerPekka Riikonen <priikone@silcnet.org>
Mon, 12 Feb 2001 16:02:40 +0000 (16:02 +0000)
lib/silccrypt/silcdh.h

index ab23e26d6c38dab95143d533ae874a444f0b7152..7bdb892f7ecd190ebcd00e362c98c66ac9eed15f 100644 (file)
@@ -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