From: Richard Levitte Date: Sat, 21 Jul 2001 11:54:24 +0000 (+0000) Subject: Not all platforms have the OpenBSD crypto device. X-Git-Tag: OpenSSL_0_9_6c~147^2~80 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=47c3448a97605a771fc5a2c9400eb7ccc27d70b3;p=oweals%2Fopenssl.git Not all platforms have the OpenBSD crypto device. --- diff --git a/crypto/evp/openbsd_hw.c b/crypto/evp/openbsd_hw.c index 012856adda..61f67720d7 100644 --- a/crypto/evp/openbsd_hw.c +++ b/crypto/evp/openbsd_hw.c @@ -46,6 +46,8 @@ * OF THE POSSIBILITY OF SUCH DAMAGE. */ +#ifdef OPENSSL_OPENBSD_DEV_CRYPTO + #include #include #include @@ -188,3 +190,5 @@ BLOCK_CIPHER_def_cbc(dev_crypto_des_ede3, des_ede,NID_des_ede3, 8, 24, 8, EVP_CIPHER_set_asn1_iv, EVP_CIPHER_get_asn1_iv, NULL) + +#endif