X-Git-Url: http://git.silcnet.org/gitweb/?a=blobdiff_plain;f=lib%2Fsilcske%2Fgroups_internal.h;h=dccbe57f88e36822c0033f3ccec196d4e8da22fd;hb=d1e71f42379e8b5cd0748a7aeae8561b02cfe53d;hp=2651885d77f1249f453877ef1847dd6d5e3948df;hpb=ae81323a6c29c176f6dd235aea5f6ce4b42263ea;p=silc.git diff --git a/lib/silcske/groups_internal.h b/lib/silcske/groups_internal.h index 2651885d..dccbe57f 100644 --- a/lib/silcske/groups_internal.h +++ b/lib/silcske/groups_internal.h @@ -2,14 +2,13 @@ groups_internal.h - Author: Pekka Riikonen + Author: Pekka Riikonen - Copyright (C) 2000 Pekka Riikonen + Copyright (C) 2000 - 2001 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 - the Free Software Foundation; either version 2 of the License, or - (at your option) any later version. + the Free Software Foundation; version 2 of the License. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -39,4 +38,7 @@ struct SilcSKEDiffieHellmanGroupStruct { SilcMPInt generator; }; +/* List of defined groups. */ +extern const struct SilcSKEDiffieHellmanGroupDefStruct silc_ske_groups[]; + #endif