projects
/
silc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a1707e8
)
typo fix.
author
Pekka Riikonen
<priikone@silcnet.org>
Mon, 12 Feb 2001 16:02:40 +0000
(16:02 +0000)
committer
Pekka Riikonen
<priikone@silcnet.org>
Mon, 12 Feb 2001 16:02:40 +0000
(16:02 +0000)
lib/silccrypt/silcdh.h
patch
|
blob
|
history
diff --git
a/lib/silccrypt/silcdh.h
b/lib/silccrypt/silcdh.h
index ab23e26d6c38dab95143d533ae874a444f0b7152..7bdb892f7ecd190ebcd00e362c98c66ac9eed15f 100644
(file)
--- 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