remove var

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@24809 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2009-02-22 23:30:40 +00:00
parent b62bc750a1
commit 15dec2cc3b

View File

@@ -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