Merged silc_1_0_branch to trunk.
[silc.git] / lib / silcske / groups_internal.h
index ab2787b4751fe3a5fcbff79aef3d7fc6bd812e03..dccbe57f88e36822c0033f3ccec196d4e8da22fd 100644 (file)
@@ -8,8 +8,7 @@
 
   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