aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuy Harris <gharris@sonic.net>2023-06-29 22:08:20 -0700
committerGuy Harris <gharris@sonic.net>2023-06-29 22:08:20 -0700
commite6b543df7d678df7932efd247680797de3c4bda0 (patch)
tree3e1fa8b27a55c1b7af1124b6d308bfdc971fc413
parent8bdf1ab197f02a8ec325bab155b36f067691c50f (diff)
More debugging.
Do a grep^Wfind for OPENSSL_VERSION in all .h files in the directory containing opensslv.h, to see what sets it, and what they set it to. Again, AppVeyor (and anything that doesn't recognize "skip ci" at all)-only. [skip ci]
-rw-r--r--.appveyor.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.appveyor.yml b/.appveyor.yml
index 1871e35e..700e0e8e 100644
--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -53,7 +53,7 @@ build_script:
# Appveyor defaults to cmd.exe, so use cmd.exe syntax.
#
- type NUL >.devel
- - dir/s C:\OpenSSL-v30-Win32-temp\include\opensslv.h*
+ - find "OPENSSL_VERSION" C:\OpenSSL-v30-Win32-temp\include\openssl\*.h
- md build
- cd build
# Remove the default MinGW path