Loading crypto/dh/dh_key.c +1 −1 Original line number Diff line number Diff line Loading @@ -175,7 +175,7 @@ err: static int compute_key(unsigned char *key, const BIGNUM *pub_key, DH *dh) { BN_CTX *ctx; BN_CTX *ctx=NULL; BN_MONT_CTX *mont=NULL; BIGNUM *tmp; int ret= -1; Loading Loading
crypto/dh/dh_key.c +1 −1 Original line number Diff line number Diff line Loading @@ -175,7 +175,7 @@ err: static int compute_key(unsigned char *key, const BIGNUM *pub_key, DH *dh) { BN_CTX *ctx; BN_CTX *ctx=NULL; BN_MONT_CTX *mont=NULL; BIGNUM *tmp; int ret= -1; Loading