From: Pekka Riikonen Date: Sat, 2 Nov 2002 19:29:28 +0000 (+0000) Subject: Comment fixes. X-Git-Tag: silc.server.0.9.8~4 X-Git-Url: http://git.silcnet.org/gitweb/?a=commitdiff_plain;h=9f704030e79b937ef9bdec6dd79a82bd77223f82;p=silc.git Comment fixes. --- diff --git a/lib/silccrypt/silccipher.h b/lib/silccrypt/silccipher.h index 7ee2e92b..dd5541a7 100644 --- a/lib/silccrypt/silccipher.h +++ b/lib/silccrypt/silccipher.h @@ -178,7 +178,8 @@ bool silc_cipher_unregister_all(void); * * SYNOPSIS * - * bool silc_cipher_alloc(const unsigned char *name, SilcCipher *new_cipher); + * bool silc_cipher_alloc(const unsigned char *name, + * SilcCipher *new_cipher); * * DESCRIPTION *