| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 100f6de commit bb51290
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -390,12 +390,12 @@ static const unsigned char group_modp18[] = { | |||
| 390 | 390 | 0x80, 0xdd, 0x98, 0xed, 0xd3, 0xdf, 0xff, 0xff, 0xff, 0xff, | |
| 391 | 391 | 0xff, 0xff, 0xff, 0xff }; | |
| 392 | 392 | ||
| 393 | - typedef struct { | ||
| 393 | + struct modp_group { | ||
| 394 | 394 | const char* name; | |
| 395 | 395 | const char* prime; | |
| 396 | 396 | unsigned int prime_size; | |
| 397 | 397 | unsigned int gen; | |
| 398 | - } modp_group; | ||
| 398 | + }; | ||
| 399 | 399 | ||
| 400 | 400 | static const modp_group modp_groups[] = { | |
| 401 | 401 | #define V(var) reinterpret_cast<const char*>(var) | |
| Back | FazBrowse Home | New Git URL |
0 commit comments