diff options
| author | Simon L. B. Nielsen <simon@FreeBSD.org> | 2010-11-21 22:45:18 +0000 | 
|---|---|---|
| committer | Simon L. B. Nielsen <simon@FreeBSD.org> | 2010-11-21 22:45:18 +0000 | 
| commit | f2c43d19b91f8847c1dfd87721254b44f963d9a2 (patch) | |
| tree | 4710d37952455e247de95eedf55ea05ee4df9f69 /engines/e_cswift.c | |
| parent | 0cedaa6c89235ed396068f2ebf546c9a909439e1 (diff) | |
Diffstat (limited to 'engines/e_cswift.c')
| -rw-r--r-- | engines/e_cswift.c | 2 | 
1 files changed, 0 insertions, 2 deletions
| diff --git a/engines/e_cswift.c b/engines/e_cswift.c index bc6517984649..2e64ff32770d 100644 --- a/engines/e_cswift.c +++ b/engines/e_cswift.c @@ -811,7 +811,6 @@ static DSA_SIG *cswift_dsa_sign(const unsigned char *dgst, int dlen, DSA *dsa)  	SW_PARAM sw_param;  	SW_STATUS sw_status;  	SW_LARGENUMBER arg, res; -	unsigned char *ptr;  	BN_CTX *ctx;  	BIGNUM *dsa_p = NULL;  	BIGNUM *dsa_q = NULL; @@ -899,7 +898,6 @@ static DSA_SIG *cswift_dsa_sign(const unsigned char *dgst, int dlen, DSA *dsa)  		goto err;  		}  	/* Convert the response */ -	ptr = (unsigned char *)result->d;  	if((to_return = DSA_SIG_new()) == NULL)  		goto err;  	to_return->r = BN_bin2bn((unsigned char *)result->d, 20, NULL); | 
