X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=crypto%2Fevp%2Fopenbsd_hw.c;h=3831a5731e9cd5340daccff94d64146403f34af4;hb=2c5f3606d1dd86d5ca79bf169d25b366406d196f;hp=2e4ad10560db8606e53ab5cd151e9467d4c23f20;hpb=e8330cf5ac62d693bd0921dbb5e9dd3f73019512;p=oweals%2Fopenssl.git diff --git a/crypto/evp/openbsd_hw.c b/crypto/evp/openbsd_hw.c index 2e4ad10560..3831a5731e 100644 --- a/crypto/evp/openbsd_hw.c +++ b/crypto/evp/openbsd_hw.c @@ -52,6 +52,12 @@ #include #include "evp_locl.h" +/* This stuff should now all be supported through + * crypto/engine/hw_openbsd_dev_crypto.c unless I botched it up */ +static void *dummy=&dummy; + +#if 0 + /* check flag after OpenSSL headers to ensure make depend works */ #ifdef OPENSSL_OPENBSD_DEV_CRYPTO @@ -437,3 +443,4 @@ const EVP_MD *EVP_dev_crypto_md5(void) { return &md5_md; } #endif +#endif