diff options
author | Guy Harris <gharris@sonic.net> | 2023-06-29 23:14:41 -0700 |
---|---|---|
committer | Guy Harris <gharris@sonic.net> | 2023-06-29 23:14:41 -0700 |
commit | b75854959e397efb429d37499a441ead95d9cab4 (patch) | |
tree | 4d53e9d3b1fa43030c9fed9ac49a5289743786a4 /.appveyor.yml | |
parent | e6b543df7d678df7932efd247680797de3c4bda0 (diff) |
OK, try getting the copyright line from opensslv.h.
Where *did* that file come from?
[skip ci]
Diffstat (limited to '.appveyor.yml')
-rw-r--r-- | .appveyor.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.appveyor.yml b/.appveyor.yml index 700e0e8e..8efa7232 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 - - find "OPENSSL_VERSION" C:\OpenSSL-v30-Win32-temp\include\openssl\*.h + - find "Copyright" C:\OpenSSL-v30-Win32-temp\include\openssl\opensslv.h - md build - cd build # Remove the default MinGW path |