From 15dec2cc3bb9a382103356cfc76b91a53c995905 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Sun, 22 Feb 2009 23:30:40 +0000 Subject: [PATCH] remove var git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@24809 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/hcrypto/bn.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/hcrypto/bn.h b/lib/hcrypto/bn.h index 71aa0e390..cffc0b79c 100644 --- a/lib/hcrypto/bn.h +++ b/lib/hcrypto/bn.h @@ -122,6 +122,6 @@ int BN_GENCB_call(BN_GENCB *, int, int); BN_CTX *BN_CTX_new(void); void BN_CTX_free(BN_CTX *); -BIGNUM *BN_CTX_get(BN_CTX *ctx); +BIGNUM *BN_CTX_get(BN_CTX *); #endif