Changeset 9466
- Timestamp:
- 04/15/08 10:36:45 (5 years ago)
- Files:
-
- 1 modified
-
lang/perl/Crypt-DH-GMP/trunk/GMP.xs (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
lang/perl/Crypt-DH-GMP/trunk/GMP.xs
r9465 r9466 127 127 DH_gmp_t *dh; 128 128 CODE: 129 mpz_clear(dh->p); 130 mpz_clear(dh->g); 131 mpz_clear(dh->pub_key); 132 mpz_clear(dh->priv_key); 129 133 Safefree(dh); 130 134
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)