revert more "version skew" changes that break FIPS builds
[openssl.git] / crypto / evp / openbsd_hw.c
index 2e4ad10560db8606e53ab5cd151e9467d4c23f20..3831a5731e9cd5340daccff94d64146403f34af4 100644 (file)
 #include <openssl/rsa.h>
 #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