From 73bc9cc87bda7bcfa72b96c57f6310792e4d8080 Mon Sep 17 00:00:00 2001 From: Pekka Riikonen Date: Wed, 14 Mar 2007 15:30:23 +0000 Subject: [PATCH] Comment changes. --- lib/silcasn1/silcber.h | 6 +++--- lib/silccrypt/silcpk.h | 6 +++--- lib/silcske/DIRECTORY | 1 + 3 files changed, 7 insertions(+), 6 deletions(-) diff --git a/lib/silcasn1/silcber.h b/lib/silcasn1/silcber.h index 2360c780..8c0ec694 100644 --- a/lib/silcasn1/silcber.h +++ b/lib/silcasn1/silcber.h @@ -4,7 +4,7 @@ Author: Pekka Riikonen - Copyright (C) 2003 - 2006 Pekka Riikonen + Copyright (C) 2003 - 2007 Pekka Riikonen This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -45,7 +45,7 @@ * * Defines the BER classes. * - */ + ***/ typedef enum { SILC_BER_CLASS_UNIVERSAL = 0x00, /* Universal */ SILC_BER_CLASS_APPLICATION = 0x01, /* Application */ @@ -64,7 +64,7 @@ typedef enum { * * Defines the BER encoding type. * - */ + ***/ typedef enum { SILC_BER_ENC_PRIMITIVE = 0x00, SILC_BER_ENC_CONSTRUCTED = 0x01, diff --git a/lib/silccrypt/silcpk.h b/lib/silccrypt/silcpk.h index 49b64001..de22c5ee 100644 --- a/lib/silccrypt/silcpk.h +++ b/lib/silccrypt/silcpk.h @@ -114,9 +114,9 @@ typedef struct { * * EXAMPLE * - * // Generate RSA key pair with 2048 bit key length, using PKCS #1 - * // no OID scheme. - * silc_pkcs_silc_generate_key("rsa", 2048, rng, &public_key, &private_key); + * // Generate RSA key pair with 2048 bit key length + * silc_pkcs_silc_generate_key("rsa", 2048, ident_string, rng, + * &public_key, &private_key); * ***/ SilcBool silc_pkcs_silc_generate_key(const char *algorithm, diff --git a/lib/silcske/DIRECTORY b/lib/silcske/DIRECTORY index 09f517de..98ac5365 100644 --- a/lib/silcske/DIRECTORY +++ b/lib/silcske/DIRECTORY @@ -2,6 +2,7 @@ @LIBRARY=SILC Key Exchange Library @FILENAME=silcskelib.html @LINK=silcske.html:SILC SKE Interface +@LINK=silcconnauth.html:SILC Connection Authentication Interface --> SILC Key Exchange Library -- 2.24.0