Merged silc_1_0_branch to trunk.
[silc.git] / lib / silcske / groups_internal.h
index 2651885d77f1249f453877ef1847dd6d5e3948df..dccbe57f88e36822c0033f3ccec196d4e8da22fd 100644 (file)
@@ -2,14 +2,13 @@
 
   groups_internal.h
 
-  Author: Pekka Riikonen <priikone@poseidon.pspt.fi>
+  Author: Pekka Riikonen <priikone@silcnet.org>
 
-  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