diff options
Diffstat (limited to 'source4/heimdal/lib/hcrypto/dh-imath.c')
-rw-r--r-- | source4/heimdal/lib/hcrypto/dh-imath.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/source4/heimdal/lib/hcrypto/dh-imath.c b/source4/heimdal/lib/hcrypto/dh-imath.c index 4725281d19..822d5a328b 100644 --- a/source4/heimdal/lib/hcrypto/dh-imath.c +++ b/source4/heimdal/lib/hcrypto/dh-imath.c @@ -43,8 +43,6 @@ #include "imath/imath.h" -RCSID("$Id$"); - static void BN2mpz(mpz_t *s, const BIGNUM *bn) { |