$OpenBSD: patch-configure,v 1.2 2016/06/23 20:19:36 naddy Exp $

Skip libc crypto tests.  If these succeed, the libcrypto tests for
additional functions will never be run.

--- configure.orig	Mon Jun 20 04:53:28 2016
+++ configure	Thu Jun 23 21:24:58 2016
@@ -17823,7 +17823,7 @@ fi
 
 
 case "$host_os" in
-  *mingw* | *cygwin*)
+  *mingw* | *cygwin* | openbsd*)
 	;;
   *)
 
