ead: clean up
[openwrt.git] / package / network / services / ead / src / tinysrp / bn_mul.c
index d2d9fc55717df4145b4133b9244009d298f908ff..92330e5ecf4213b6eac2c770de27ac88036a0a54 100644 (file)
@@ -68,10 +68,6 @@ int BN_mul(BIGNUM *r, BIGNUM *a, BIGNUM *b, BN_CTX *ctx)
 #if defined(BN_MUL_COMBA) || defined(BN_RECURSION)
        int i;
 #endif
-#ifdef BN_RECURSION
-       BIGNUM *t;
-       int j,k;
-#endif
 
 #ifdef BN_COUNT
        printf("BN_mul %d * %d\n",a->top,b->top);