projects
/
silc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fef9804
)
typofix
author
Pekka Riikonen
<priikone@silcnet.org>
Fri, 18 Oct 2002 11:16:22 +0000
(11:16 +0000)
committer
Pekka Riikonen
<priikone@silcnet.org>
Fri, 18 Oct 2002 11:16:22 +0000
(11:16 +0000)
lib/silccrypt/rsa.c
patch
|
blob
|
history
diff --git
a/lib/silccrypt/rsa.c
b/lib/silccrypt/rsa.c
index fec389fefacdb2b8420426fedc622fe64ea85098..2c94f29a0dd39ee185a7f6098ec0b1f4f20b55ef 100644
(file)
--- a/
lib/silccrypt/rsa.c
+++ b/
lib/silccrypt/rsa.c
@@
-126,7
+126,7
@@
SILC_PKCS_API_INIT(rsa)
silc_mp_uninit(&p);
silc_mp_uninit(&q);
- printf("\nKeys generated succesfully.\n");
+ printf("\nKeys generated succes
s
fully.\n");
return TRUE;
}