瀏覽代碼

chore: updated version number and whitespace cleanup

Emmett Kapsner 1 周之前
父節點
當前提交
e2bc3594ab
共有 1 個文件被更改,包括 3 次插入3 次删除
  1. 3 3
      include/common.h.in

+ 3 - 3
include/common.h.in

@@ -31,9 +31,9 @@
 #ifdef HAVE_SSL
 #include <@SSL_INC_PREFIX@@SSL_HDR@>
 # ifdef SSL_TYPE_openssl
-#	 if OPENSSL_VERSION_NUMBER < 0x10100000
-#	  include <@SSL_INC_PREFIX@engine.h>
-#	 endif
+#  if OPENSSL_VERSION_NUMBER < 0x30000000
+#   include <@SSL_INC_PREFIX@engine.h>
+#  endif
 #  include <@SSL_INC_PREFIX@err.h>
 #  include <@SSL_INC_PREFIX@rand.h>
 #  include <@SSL_INC_PREFIX@evp.h>