Updated through tag hostap_2_5 from git://w1.fi/hostap.git
[mech_eap.git] / libeap / src / crypto / dh_groups.h
index 5c61539..d0e74b9 100644 (file)
@@ -2,14 +2,8 @@
  * Diffie-Hellman groups
  * Copyright (c) 2007, Jouni Malinen <j@w1.fi>
  *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License version 2 as
- * published by the Free Software Foundation.
- *
- * Alternatively, this software may be distributed under the terms of BSD
- * license.
- *
- * See README and COPYING for more details.
+ * This software may be distributed under the terms of the BSD license.
+ * See README for more details.
  */
 
 #ifndef DH_GROUPS_H
@@ -21,6 +15,9 @@ struct dh_group {
        size_t generator_len;
        const u8 *prime;
        size_t prime_len;
+       const u8 *order;
+       size_t order_len;
+       unsigned int safe_prime:1;
 };
 
 const struct dh_group * dh_groups_get(int id);