diff options
author | Richard Levitte <levitte@openssl.org> | 2001-06-01 17:30:13 +0200 |
---|---|---|
committer | Richard Levitte <levitte@openssl.org> | 2001-06-01 17:30:13 +0200 |
commit | 1690863acc891968cc483d6bf62438bc63284e5b (patch) | |
tree | 715c16ba3a38dd4289b6bdbb6a456e76ea9c51b5 /crypto/engine/hw_ubsec.c | |
parent | nCipher callbacks shall return 0 on success, something else otherwise. (diff) | |
download | openssl-1690863acc891968cc483d6bf62438bc63284e5b.tar.xz openssl-1690863acc891968cc483d6bf62438bc63284e5b.zip |
Confusion between algorithms resolved.
Diffstat (limited to 'crypto/engine/hw_ubsec.c')
-rw-r--r-- | crypto/engine/hw_ubsec.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/engine/hw_ubsec.c b/crypto/engine/hw_ubsec.c index ca14d36c76..f8f1d4127c 100644 --- a/crypto/engine/hw_ubsec.c +++ b/crypto/engine/hw_ubsec.c @@ -782,7 +782,7 @@ err: } #endif -#ifndef OPENSSL_NO_DSA +#ifndef OPENSSL_NO_DH static int ubsec_dh_compute_key (unsigned char *key,const BIGNUM *pub_key,DH *dh) { return 0; |