diff options
author | simon <simon@FreeBSD.org> | 2006-10-01 08:09:46 +0000 |
---|---|---|
committer | simon <simon@FreeBSD.org> | 2006-10-01 08:09:46 +0000 |
commit | ac7fb23be567f536916dd42e199805552d276be9 (patch) | |
tree | 534ead3becdabd795de9366a9a379cf41d879632 /crypto | |
parent | 3673099c4c509c5441bdf334571c8dc156f6782d (diff) | |
parent | 25dab5b4c1779c970f3c644ff3f37f0c4cb5538d (diff) | |
download | FreeBSD-src-ac7fb23be567f536916dd42e199805552d276be9.zip FreeBSD-src-ac7fb23be567f536916dd42e199805552d276be9.tar.gz |
This commit was generated by cvs2svn to compensate for changes in r162916,
which included commits to RCS files with non-trunk default branches.
Diffstat (limited to 'crypto')
-rw-r--r-- | crypto/openssl/crypto/dh/dh_key.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/openssl/crypto/dh/dh_key.c b/crypto/openssl/crypto/dh/dh_key.c index cb5abdc..37a2c1b 100644 --- a/crypto/openssl/crypto/dh/dh_key.c +++ b/crypto/openssl/crypto/dh/dh_key.c @@ -173,7 +173,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; |