summaryrefslogtreecommitdiffstats
path: root/crypto/engine/hw_ubsec.c
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2001-06-01 17:30:13 +0200
committerRichard Levitte <levitte@openssl.org>2001-06-01 17:30:13 +0200
commit1690863acc891968cc483d6bf62438bc63284e5b (patch)
tree715c16ba3a38dd4289b6bdbb6a456e76ea9c51b5 /crypto/engine/hw_ubsec.c
parentnCipher callbacks shall return 0 on success, something else otherwise. (diff)
downloadopenssl-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.c2
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;