Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

apps\lib\http_server.c(207): error C2065: 'OSSL_TRACE_CATEGORY_HTTP': undeclared identifier #2281

Open
suyogwani11 opened this issue Aug 22, 2024 · 0 comments

Comments

@suyogwani11
Copy link

suyogwani11 commented Aug 22, 2024

Hi, I am trying to build cryptography 42.0.8 with custom OpenSSL 3.0.13.
It fails with following error.

error: failed to run custom build command for `openssl-sys v0.9.102`

Caused by:
  process didn't exit successfully: `C:\Users\Devbox\buildarea\build_cryptography\cryptography-42.0.8\src\rust\target\release\build\openssl-sys-bae7ea7910bbbd9b\build-script-main` (exit code: 101)
  --- stdout
  cargo:rerun-if-env-changed=X86_64_PC_WINDOWS_MSVC_OPENSSL_NO_VENDOR
  X86_64_PC_WINDOWS_MSVC_OPENSSL_NO_VENDOR unset
  cargo:rerun-if-env-changed=OPENSSL_NO_VENDOR
  OPENSSL_NO_VENDOR unset
  running "perl" "./Configure" "--prefix=C:/Users/Devbox/buildarea/build_cryptography/cryptography-42.0.8/src/rust/target/release/build/openssl-sys-78a038b9f453544a/out/openssl-build/install" "--openssldir=SYS$MANAGER:[OPENSSL]" "no-dso" "no-shared" "no-ssl3" "no-tests" "no-comp" "no-zlib" "no-zlib-dynamic" "--libdir=lib" "no-md2" "no-rc5" "no-weak-ssl-ciphers" "no-camellia" "no-idea" "no-seed" "no-capieng" "no-asm" "VC-WIN64A"
  Configuring OpenSSL version 3.3.1 for target VC-WIN64A
  Using os-specific seed configuration
  Created configdata.pm
  Running configdata.pm
  Created makefile.in
  Created makefile
  Created include\openssl\configuration.h

  **********************************************************************
  ***                                                                ***
  ***   OpenSSL has been successfully configured                     ***
  ***                                                                ***
  ***   If you encounter a problem while building, please open an    ***
  ***   issue on GitHub <https://github.com/openssl/openssl/issues>  ***
  ***   and include the output from the following command:           ***
  ***                                                                ***
  ***       perl configdata.pm --dump                                ***
  ***                                                                ***
  ***   (If you are new to OpenSSL, you might want to consult the    ***
  ***   'Troubleshooting' section in the INSTALL.md file first)      ***
  ***                                                                ***
  **********************************************************************
  running "C:\\Program Files\\Microsoft Visual Studio\\2022\\Community\\VC\\Tools\\MSVC\\14.39.33519\\bin\\HostX64\\x64\\nmake.exe" "build_libs"
    "C:\perl\perl\bin\perl.exe" "util\mkinstallvars.pl" PREFIX=. BINDIR=apps LIBDIR= INCLUDEDIR=include APPLINKDIR=ms ENGINESDIR=engines MODULESDIR=providers "VERSION=3.3.1" "LDLIBS=ws2_32.lib gdi32.lib advapi32.lib crypt32.lib user32.lib " > builddata.pm
    "C:\perl\perl\bin\perl.exe" "-I." "-Mconfigdata" "-Mbuilddata" "util\dofile.pl" "-omakefile" "exporters\cmake\OpenSSLConfig.cmake.in" > OpenSSLConfig.cmake   
    "C:\perl\perl\bin\perl.exe" "-I." "-Mconfigdata" "-Mconfigdata" "-Mbuilddata" "util\dofile.pl" "-omakefile" "exporters\cmake\OpenSSLConfigVersion.cmake.in" > OpenSSLConfigVersion.cmake
    "C:\perl\perl\bin\perl.exe" "-I." "-Iutil\perl" "-Mconfigdata" "-MOpenSSL::paramnames" "util\dofile.pl" "-omakefile" "crypto\params_idx.c.in" > crypto\params_idx.c
    "C:\perl\perl\bin\perl.exe" "util\mkinstallvars.pl" "PREFIX=C:\Users\Devbox\buildarea\build_cryptography\cryptography-42.0.8\src\rust\target\release\build\openssl-sys-78a038b9f453544a\out\openssl-build\install" BINDIR=bin "LIBDIR=lib" INCLUDEDIR=include APPLINKDIR=include/openssl "ENGINESDIR=C:\Users\Devbox\buildarea\build_cryptography\cryptography-42.0.8\src\rust\target\release\build\openssl-sys-78a038b9f453544a\out\openssl-build\install\lib\engines-3" "MODULESDIR=C:\Users\Devbox\buildarea\build_cryptography\cryptography-42.0.8\src\rust\target\release\build\openssl-sys-78a038b9f453544a\out\openssl-build\install\lib\ossl-modules" "PKGCONFIGDIR=" "CMAKECONFIGDIR=C:\Users\Devbox\buildarea\build_cryptography\cryptography-42.0.8\src\rust\target\release\build\openssl-sys-78a038b9f453544a\out\openssl-build\install\lib\cmake\OpenSSL" "LDLIBS=ws2_32.lib gdi32.lib advapi32.lib crypt32.lib user32.lib " "VERSION=3.3.1" > installdata.pm
    "C:\perl\perl\bin\perl.exe" "-I." "-Mconfigdata" "-Minstalldata" "util\dofile.pl" "-omakefile" "exporters\cmake\OpenSSLConfig.cmake.in" > exporters\OpenSSLConfig.cmake
    "C:\perl\perl\bin\perl.exe" "-I." "-Mconfigdata" "-Mconfigdata" "-Minstalldata" "util\dofile.pl" "-omakefile" "exporters\cmake\OpenSSLConfigVersion.cmake.in" > exporters\OpenSSLConfigVersion.cmake
    "C:\perl\perl\bin\perl.exe" "-I." "-Mconfigdata" "-Minstalldata" "util\dofile.pl" "-omakefile" "exporters\pkg-config\libcrypto.pc.in" > exporters\libcrypto.pc
    "C:\perl\perl\bin\perl.exe" "-I." "-Mconfigdata" "-Minstalldata" "util\dofile.pl" "-omakefile" "exporters\pkg-config\libssl.pc.in" > exporters\libssl.pc      
    "C:\perl\perl\bin\perl.exe" "-I." "-Mconfigdata" "-Mconfigdata" "-Mconfigdata" "-Minstalldata" "util\dofile.pl" "-omakefile" "exporters\pkg-config\openssl.pc.in" > exporters\openssl.pc
    "C:\perl\perl\bin\perl.exe" "-I." "-Mconfigdata" "util\dofile.pl" "-omakefile" "include\crypto\bn_conf.h.in" > include\crypto\bn_conf.h
    "C:\perl\perl\bin\perl.exe" "-I." "-Mconfigdata" "util\dofile.pl" "-omakefile" "include\crypto\dso_conf.h.in" > include\crypto\dso_conf.h
    "C:\perl\perl\bin\perl.exe" "-I." "-Iutil\perl" "-Mconfigdata" "-MOpenSSL::paramnames" "util\dofile.pl" "-omakefile" "include\internal\param_names.h.in" > include\internal\param_names.h
    "C:\perl\perl\bin\perl.exe" "-I." "-Mconfigdata" "util\dofile.pl" "-omakefile" "include\openssl\asn1.h.in" > include\openssl\asn1.h
    "C:\perl\perl\bin\perl.exe" "-I." "-Mconfigdata" "util\dofile.pl" "-omakefile" "include\openssl\asn1t.h.in" > include\openssl\asn1t.h
    "C:\perl\perl\bin\perl.exe" "-I." "-Mconfigdata" "util\dofile.pl" "-omakefile" "include\openssl\bio.h.in" > include\openssl\bio.h
    "C:\perl\perl\bin\perl.exe" "-I." "-Mconfigdata" "util\dofile.pl" "-omakefile" "include\openssl\cmp.h.in" > include\openssl\cmp.h
    "C:\perl\perl\bin\perl.exe" "-I." "-Mconfigdata" "util\dofile.pl" "-omakefile" "include\openssl\cms.h.in" > include\openssl\cms.h
    "C:\perl\perl\bin\perl.exe" "-I." "-Mconfigdata" "util\dofile.pl" "-omakefile" "include\openssl\conf.h.in" > include\openssl\conf.h
    "C:\perl\perl\bin\perl.exe" "-I." "-Iutil\perl" "-Mconfigdata" "-MOpenSSL::paramnames" "util\dofile.pl" "-omakefile" "include\openssl\core_names.h.in" > include\openssl\core_names.h
    "C:\perl\perl\bin\perl.exe" "-I." "-Mconfigdata" "util\dofile.pl" "-omakefile" "include\openssl\crmf.h.in" > include\openssl\crmf.h
    "C:\perl\perl\bin\perl.exe" "-I." "-Mconfigdata" "util\dofile.pl" "-omakefile" "include\openssl\crypto.h.in" > include\openssl\crypto.h
    "C:\perl\perl\bin\perl.exe" "-I." "-Mconfigdata" "util\dofile.pl" "-omakefile" "include\openssl\ct.h.in" > include\openssl\ct.h
    "C:\perl\perl\bin\perl.exe" "-I." "-Mconfigdata" "util\dofile.pl" "-omakefile" "include\openssl\err.h.in" > include\openssl\err.h
    "C:\perl\perl\bin\perl.exe" "-I." "-Mconfigdata" "util\dofile.pl" "-omakefile" "include\openssl\ess.h.in" > include\openssl\ess.h
    "C:\perl\perl\bin\perl.exe" "-I." "-Mconfigdata" "util\dofile.pl" "-omakefile" "include\openssl\fipskey.h.in" > include\openssl\fipskey.h
    "C:\perl\perl\bin\perl.exe" "-I." "-Mconfigdata" "util\dofile.pl" "-omakefile" "include\openssl\lhash.h.in" > include\openssl\lhash.h
    "C:\perl\perl\bin\perl.exe" "-I." "-Mconfigdata" "util\dofile.pl" "-omakefile" "include\openssl\ocsp.h.in" > include\openssl\ocsp.h
    "C:\perl\perl\bin\perl.exe" "-I." "-Mconfigdata" "util\dofile.pl" "-omakefile" "include\openssl\opensslv.h.in" > include\openssl\opensslv.h
    "C:\perl\perl\bin\perl.exe" "-I." "-Mconfigdata" "util\dofile.pl" "-omakefile" "include\openssl\pkcs12.h.in" > include\openssl\pkcs12.h
    "C:\perl\perl\bin\perl.exe" "-I." "-Mconfigdata" "util\dofile.pl" "-omakefile" "include\openssl\pkcs7.h.in" > include\openssl\pkcs7.h
    "C:\perl\perl\bin\perl.exe" "-I." "-Mconfigdata" "util\dofile.pl" "-omakefile" "include\openssl\safestack.h.in" > include\openssl\safestack.h
    "C:\perl\perl\bin\perl.exe" "-I." "-Mconfigdata" "util\dofile.pl" "-omakefile" "include\openssl\srp.h.in" > include\openssl\srp.h
    "C:\perl\perl\bin\perl.exe" "-I." "-Mconfigdata" "util\dofile.pl" "-omakefile" "include\openssl\ssl.h.in" > include\openssl\ssl.h
    "C:\perl\perl\bin\perl.exe" "-I." "-Mconfigdata" "util\dofile.pl" "-omakefile" "include\openssl\ui.h.in" > include\openssl\ui.h
    "C:\perl\perl\bin\perl.exe" "-I." "-Mconfigdata" "util\dofile.pl" "-omakefile" "include\openssl\x509.h.in" > include\openssl\x509.h
    "C:\perl\perl\bin\perl.exe" "-I." "-Mconfigdata" "util\dofile.pl" "-omakefile" "include\openssl\x509_vfy.h.in" > include\openssl\x509_vfy.h
    "C:\perl\perl\bin\perl.exe" "-I." "-Mconfigdata" "util\dofile.pl" "-omakefile" "include\openssl\x509v3.h.in" > include\openssl\x509v3.h
    "C:\perl\perl\bin\perl.exe" "-I." "-Mconfigdata" "-Mbuilddata" "util\dofile.pl" "-omakefile" "exporters\pkg-config\libcrypto.pc.in" > libcrypto.pc
    "C:\perl\perl\bin\perl.exe" "-I." "-Mconfigdata" "-Mbuilddata" "util\dofile.pl" "-omakefile" "exporters\pkg-config\libssl.pc.in" > libssl.pc
    "C:\perl\perl\bin\perl.exe" "-I." "-Mconfigdata" "-Mbuilddata" "-Mbuilddata" "-Mbuilddata" "util\dofile.pl" "-omakefile" "exporters\pkg-config\openssl.pc.in" > openssl.pc
    "C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.39.33519\bin\HostX64\x64\nmake.exe" /                   depend
    "C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.39.33519\bin\HostX64\x64\nmake.exe" /                   _build_libs
    "cl"  /Zi /Fdossl_static.pdb /MT /Zl /Gs0 /GF /Gy -IC:\Users\Devbox\openssl\include -IC:\Users\Devbox\openssl\include\WinNT.10.0.2_x86-64_MSVC.14.3 -I"." -I"include" -I"apps\include" -D"L_ENDIAN" -D"OPENSSL_PIC" -D"OPENSSLDIR=\"C:\\Users\\Devbox\\buildarea\\build_cryptography\\cryptography-42.0.8\\src\\rust\\target\\release\\build\\openssl-sys-78a038b9f453544a\\out\\openssl-build\\install\\SYS\ANAGER:[OPENSSL]\"" -D"ENGINESDIR=\"C:\\Users\\Devbox\\buildarea\\build_cryptography\\cryptography-42.0.8\\src\\rust\\target\\release\\build\\openssl-sys-78a038b9f453544a\\out\\openssl-build\\install\\lib\\engines-3\"" -D"MODULESDIR=\"C:\\Users\\Devbox\\buildarea\\build_cryptography\\cryptography-42.0.8\\src\\rust\\target\\release\\build\\openssl-sys-78a038b9f453544a\\out\\openssl-build\\install\\lib\\ossl-modules\"" -D"OPENSSL_BUILDING_OPENSSL" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"NDEBUG"   -c /Foapps\lib\libapps-lib-app_libctx.obj "apps\lib\app_libctx.c"
  app_libctx.c
    cmd /C ""cl" /Zs /showIncludes  /Zi /Fdossl_static.pdb /MT /Zl /Gs0 /GF /Gy -IC:\Users\Devbox\openssl\include -IC:\Users\Devbox\openssl\include\WinNT.10.0.2_x86-64_MSVC.14.3 -I"." -I"include" -I"apps\include" -D"L_ENDIAN" -D"OPENSSL_PIC" -D"OPENSSLDIR=\"C:\\Users\\Devbox\\buildarea\\build_cryptography\\cryptography-42.0.8\\src\\rust\\target\\release\\build\\openssl-sys-78a038b9f453544a\\out\\openssl-build\\install\\SYS\ANAGER:[OPENSSL]\"" -D"ENGINESDIR=\"C:\\Users\\Devbox\\buildarea\\build_cryptography\\cryptography-42.0.8\\src\\rust\\target\\release\\build\\openssl-sys-78a038b9f453544a\\out\\openssl-build\\install\\lib\\engines-3\"" -D"MODULESDIR=\"C:\\Users\\Devbox\\buildarea\\build_cryptography\\cryptography-42.0.8\\src\\rust\\target\\release\\build\\openssl-sys-78a038b9f453544a\\out\\openssl-build\\install\\lib\\ossl-modules\"" -D"OPENSSL_BUILDING_OPENSSL" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"NDEBUG"   "apps\lib\app_libctx.c" > apps\lib\libapps-lib-app_libctx.d 2>&1"
    "cl"  /Zi /Fdossl_static.pdb /MT /Zl /Gs0 /GF /Gy -IC:\Users\Devbox\openssl\include -IC:\Users\Devbox\openssl\include\WinNT.10.0.2_x86-64_MSVC.14.3 -I"." -I"include" -I"apps\include" -D"L_ENDIAN" -D"OPENSSL_PIC" -D"OPENSSLDIR=\"C:\\Users\\Devbox\\buildarea\\build_cryptography\\cryptography-42.0.8\\src\\rust\\target\\release\\build\\openssl-sys-78a038b9f453544a\\out\\openssl-build\\install\\SYS\ANAGER:[OPENSSL]\"" -D"ENGINESDIR=\"C:\\Users\\Devbox\\buildarea\\build_cryptography\\cryptography-42.0.8\\src\\rust\\target\\release\\build\\openssl-sys-78a038b9f453544a\\out\\openssl-build\\install\\lib\\engines-3\"" -D"MODULESDIR=\"C:\\Users\\Devbox\\buildarea\\build_cryptography\\cryptography-42.0.8\\src\\rust\\target\\release\\build\\openssl-sys-78a038b9f453544a\\out\\openssl-build\\install\\lib\\ossl-modules\"" -D"OPENSSL_BUILDING_OPENSSL" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"NDEBUG"   -c /Foapps\lib\libapps-lib-app_params.obj "apps\lib\app_params.c"
  app_params.c
    cmd /C ""cl" /Zs /showIncludes  /Zi /Fdossl_static.pdb /MT /Zl /Gs0 /GF /Gy -IC:\Users\Devbox\openssl\include -IC:\Users\Devbox\openssl\include\WinNT.10.0.2_x86-64_MSVC.14.3 -I"." -I"include" -I"apps\include" -D"L_ENDIAN" -D"OPENSSL_PIC" -D"OPENSSLDIR=\"C:\\Users\\Devbox\\buildarea\\build_cryptography\\cryptography-42.0.8\\src\\rust\\target\\release\\build\\openssl-sys-78a038b9f453544a\\out\\openssl-build\\install\\SYS\ANAGER:[OPENSSL]\"" -D"ENGINESDIR=\"C:\\Users\\Devbox\\buildarea\\build_cryptography\\cryptography-42.0.8\\src\\rust\\target\\release\\build\\openssl-sys-78a038b9f453544a\\out\\openssl-build\\install\\lib\\engines-3\"" -D"MODULESDIR=\"C:\\Users\\Devbox\\buildarea\\build_cryptography\\cryptography-42.0.8\\src\\rust\\target\\release\\build\\openssl-sys-78a038b9f453544a\\out\\openssl-build\\install\\lib\\ossl-modules\"" -D"OPENSSL_BUILDING_OPENSSL" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"NDEBUG"   "apps\lib\app_params.c" > apps\lib\libapps-lib-app_params.d 2>&1"
    "cl"  /Zi /Fdossl_static.pdb /MT /Zl /Gs0 /GF /Gy -IC:\Users\Devbox\openssl\include -IC:\Users\Devbox\openssl\include\WinNT.10.0.2_x86-64_MSVC.14.3 -I"." -I"include" -I"apps\include" -D"L_ENDIAN" -D"OPENSSL_PIC" -D"OPENSSLDIR=\"C:\\Users\\Devbox\\buildarea\\build_cryptography\\cryptography-42.0.8\\src\\rust\\target\\release\\build\\openssl-sys-78a038b9f453544a\\out\\openssl-build\\install\\SYS\ANAGER:[OPENSSL]\"" -D"ENGINESDIR=\"C:\\Users\\Devbox\\buildarea\\build_cryptography\\cryptography-42.0.8\\src\\rust\\target\\release\\build\\openssl-sys-78a038b9f453544a\\out\\openssl-build\\install\\lib\\engines-3\"" -D"MODULESDIR=\"C:\\Users\\Devbox\\buildarea\\build_cryptography\\cryptography-42.0.8\\src\\rust\\target\\release\\build\\openssl-sys-78a038b9f453544a\\out\\openssl-build\\install\\lib\\ossl-modules\"" -D"OPENSSL_BUILDING_OPENSSL" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"NDEBUG"   -c /Foapps\lib\libapps-lib-app_provider.obj "apps\lib\app_provider.c"
  app_provider.c
    cmd /C ""cl" /Zs /showIncludes  /Zi /Fdossl_static.pdb /MT /Zl /Gs0 /GF /Gy -IC:\Users\Devbox\openssl\include -IC:\Users\Devbox\openssl\include\WinNT.10.0.2_x86-64_MSVC.14.3 -I"." -I"include" -I"apps\include" -D"L_ENDIAN" -D"OPENSSL_PIC" -D"OPENSSLDIR=\"C:\\Users\\Devbox\\buildarea\\build_cryptography\\cryptography-42.0.8\\src\\rust\\target\\release\\build\\openssl-sys-78a038b9f453544a\\out\\openssl-build\\install\\SYS\ANAGER:[OPENSSL]\"" -D"ENGINESDIR=\"C:\\Users\\Devbox\\buildarea\\build_cryptography\\cryptography-42.0.8\\src\\rust\\target\\release\\build\\openssl-sys-78a038b9f453544a\\out\\openssl-build\\install\\lib\\engines-3\"" -D"MODULESDIR=\"C:\\Users\\Devbox\\buildarea\\build_cryptography\\cryptography-42.0.8\\src\\rust\\target\\release\\build\\openssl-sys-78a038b9f453544a\\out\\openssl-build\\install\\lib\\ossl-modules\"" -D"OPENSSL_BUILDING_OPENSSL" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"NDEBUG"   "apps\lib\app_provider.c" > apps\lib\libapps-lib-app_provider.d 2>&1"
    "cl"  /Zi /Fdossl_static.pdb /MT /Zl /Gs0 /GF /Gy -IC:\Users\Devbox\openssl\include -IC:\Users\Devbox\openssl\include\WinNT.10.0.2_x86-64_MSVC.14.3 -I"." -I"include" -I"apps\include" -D"L_ENDIAN" -D"OPENSSL_PIC" -D"OPENSSLDIR=\"C:\\Users\\Devbox\\buildarea\\build_cryptography\\cryptography-42.0.8\\src\\rust\\target\\release\\build\\openssl-sys-78a038b9f453544a\\out\\openssl-build\\install\\SYS\ANAGER:[OPENSSL]\"" -D"ENGINESDIR=\"C:\\Users\\Devbox\\buildarea\\build_cryptography\\cryptography-42.0.8\\src\\rust\\target\\release\\build\\openssl-sys-78a038b9f453544a\\out\\openssl-build\\install\\lib\\engines-3\"" -D"MODULESDIR=\"C:\\Users\\Devbox\\buildarea\\build_cryptography\\cryptography-42.0.8\\src\\rust\\target\\release\\build\\openssl-sys-78a038b9f453544a\\out\\openssl-build\\install\\lib\\ossl-modules\"" -D"OPENSSL_BUILDING_OPENSSL" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"NDEBUG"   -c /Foapps\lib\libapps-lib-app_rand.obj "apps\lib\app_rand.c"
  app_rand.c
    cmd /C ""cl" /Zs /showIncludes  /Zi /Fdossl_static.pdb /MT /Zl /Gs0 /GF /Gy -IC:\Users\Devbox\openssl\include -IC:\Users\Devbox\openssl\include\WinNT.10.0.2_x86-64_MSVC.14.3 -I"." -I"include" -I"apps\include" -D"L_ENDIAN" -D"OPENSSL_PIC" -D"OPENSSLDIR=\"C:\\Users\\Devbox\\buildarea\\build_cryptography\\cryptography-42.0.8\\src\\rust\\target\\release\\build\\openssl-sys-78a038b9f453544a\\out\\openssl-build\\install\\SYS\ANAGER:[OPENSSL]\"" -D"ENGINESDIR=\"C:\\Users\\Devbox\\buildarea\\build_cryptography\\cryptography-42.0.8\\src\\rust\\target\\release\\build\\openssl-sys-78a038b9f453544a\\out\\openssl-build\\install\\lib\\engines-3\"" -D"MODULESDIR=\"C:\\Users\\Devbox\\buildarea\\build_cryptography\\cryptography-42.0.8\\src\\rust\\target\\release\\build\\openssl-sys-78a038b9f453544a\\out\\openssl-build\\install\\lib\\ossl-modules\"" -D"OPENSSL_BUILDING_OPENSSL" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"NDEBUG"   "apps\lib\app_rand.c" > apps\lib\libapps-lib-app_rand.d 2>&1"
    "cl"  /Zi /Fdossl_static.pdb /MT /Zl /Gs0 /GF /Gy -IC:\Users\Devbox\openssl\include -IC:\Users\Devbox\openssl\include\WinNT.10.0.2_x86-64_MSVC.14.3 -I"." -I"include" -I"apps\include" -D"L_ENDIAN" -D"OPENSSL_PIC" -D"OPENSSLDIR=\"C:\\Users\\Devbox\\buildarea\\build_cryptography\\cryptography-42.0.8\\src\\rust\\target\\release\\build\\openssl-sys-78a038b9f453544a\\out\\openssl-build\\install\\SYS\ANAGER:[OPENSSL]\"" -D"ENGINESDIR=\"C:\\Users\\Devbox\\buildarea\\build_cryptography\\cryptography-42.0.8\\src\\rust\\target\\release\\build\\openssl-sys-78a038b9f453544a\\out\\openssl-build\\install\\lib\\engines-3\"" -D"MODULESDIR=\"C:\\Users\\Devbox\\buildarea\\build_cryptography\\cryptography-42.0.8\\src\\rust\\target\\release\\build\\openssl-sys-78a038b9f453544a\\out\\openssl-build\\install\\lib\\ossl-modules\"" -D"OPENSSL_BUILDING_OPENSSL" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"NDEBUG"   -c /Foapps\lib\libapps-lib-app_x509.obj "apps\lib\app_x509.c"
  app_x509.c
    cmd /C ""cl" /Zs /showIncludes  /Zi /Fdossl_static.pdb /MT /Zl /Gs0 /GF /Gy -IC:\Users\Devbox\openssl\include -IC:\Users\Devbox\openssl\include\WinNT.10.0.2_x86-64_MSVC.14.3 -I"." -I"include" -I"apps\include" -D"L_ENDIAN" -D"OPENSSL_PIC" -D"OPENSSLDIR=\"C:\\Users\\Devbox\\buildarea\\build_cryptography\\cryptography-42.0.8\\src\\rust\\target\\release\\build\\openssl-sys-78a038b9f453544a\\out\\openssl-build\\install\\SYS\ANAGER:[OPENSSL]\"" -D"ENGINESDIR=\"C:\\Users\\Devbox\\buildarea\\build_cryptography\\cryptography-42.0.8\\src\\rust\\target\\release\\build\\openssl-sys-78a038b9f453544a\\out\\openssl-build\\install\\lib\\engines-3\"" -D"MODULESDIR=\"C:\\Users\\Devbox\\buildarea\\build_cryptography\\cryptography-42.0.8\\src\\rust\\target\\release\\build\\openssl-sys-78a038b9f453544a\\out\\openssl-build\\install\\lib\\ossl-modules\"" -D"OPENSSL_BUILDING_OPENSSL" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"NDEBUG"   "apps\lib\app_x509.c" > apps\lib\libapps-lib-app_x509.d 2>&1"
    "cl"  /Zi /Fdossl_static.pdb /MT /Zl /Gs0 /GF /Gy -IC:\Users\Devbox\openssl\include -IC:\Users\Devbox\openssl\include\WinNT.10.0.2_x86-64_MSVC.14.3 -I"." -I"include" -I"apps\include" -D"L_ENDIAN" -D"OPENSSL_PIC" -D"OPENSSLDIR=\"C:\\Users\\Devbox\\buildarea\\build_cryptography\\cryptography-42.0.8\\src\\rust\\target\\release\\build\\openssl-sys-78a038b9f453544a\\out\\openssl-build\\install\\SYS\ANAGER:[OPENSSL]\"" -D"ENGINESDIR=\"C:\\Users\\Devbox\\buildarea\\build_cryptography\\cryptography-42.0.8\\src\\rust\\target\\release\\build\\openssl-sys-78a038b9f453544a\\out\\openssl-build\\install\\lib\\engines-3\"" -D"MODULESDIR=\"C:\\Users\\Devbox\\buildarea\\build_cryptography\\cryptography-42.0.8\\src\\rust\\target\\release\\build\\openssl-sys-78a038b9f453544a\\out\\openssl-build\\install\\lib\\ossl-modules\"" -D"OPENSSL_BUILDING_OPENSSL" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"NDEBUG"   -c /Foapps\lib\libapps-lib-apps.obj "apps\lib\apps.c"
  apps.c
    cmd /C ""cl" /Zs /showIncludes  /Zi /Fdossl_static.pdb /MT /Zl /Gs0 /GF /Gy -IC:\Users\Devbox\openssl\include -IC:\Users\Devbox\openssl\include\WinNT.10.0.2_x86-64_MSVC.14.3 -I"." -I"include" -I"apps\include" -D"L_ENDIAN" -D"OPENSSL_PIC" -D"OPENSSLDIR=\"C:\\Users\\Devbox\\buildarea\\build_cryptography\\cryptography-42.0.8\\src\\rust\\target\\release\\build\\openssl-sys-78a038b9f453544a\\out\\openssl-build\\install\\SYS\ANAGER:[OPENSSL]\"" -D"ENGINESDIR=\"C:\\Users\\Devbox\\buildarea\\build_cryptography\\cryptography-42.0.8\\src\\rust\\target\\release\\build\\openssl-sys-78a038b9f453544a\\out\\openssl-build\\install\\lib\\engines-3\"" -D"MODULESDIR=\"C:\\Users\\Devbox\\buildarea\\build_cryptography\\cryptography-42.0.8\\src\\rust\\target\\release\\build\\openssl-sys-78a038b9f453544a\\out\\openssl-build\\install\\lib\\ossl-modules\"" -D"OPENSSL_BUILDING_OPENSSL" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"NDEBUG"   "apps\lib\apps.c" > apps\lib\libapps-lib-apps.d 2>&1"
    "cl"  /Zi /Fdossl_static.pdb /MT /Zl /Gs0 /GF /Gy -IC:\Users\Devbox\openssl\include -IC:\Users\Devbox\openssl\include\WinNT.10.0.2_x86-64_MSVC.14.3 -I"." -I"include" -I"apps\include" -D"L_ENDIAN" -D"OPENSSL_PIC" -D"OPENSSLDIR=\"C:\\Users\\Devbox\\buildarea\\build_cryptography\\cryptography-42.0.8\\src\\rust\\target\\release\\build\\openssl-sys-78a038b9f453544a\\out\\openssl-build\\install\\SYS\ANAGER:[OPENSSL]\"" -D"ENGINESDIR=\"C:\\Users\\Devbox\\buildarea\\build_cryptography\\cryptography-42.0.8\\src\\rust\\target\\release\\build\\openssl-sys-78a038b9f453544a\\out\\openssl-build\\install\\lib\\engines-3\"" -D"MODULESDIR=\"C:\\Users\\Devbox\\buildarea\\build_cryptography\\cryptography-42.0.8\\src\\rust\\target\\release\\build\\openssl-sys-78a038b9f453544a\\out\\openssl-build\\install\\lib\\ossl-modules\"" -D"OPENSSL_BUILDING_OPENSSL" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"NDEBUG"   -c /Foapps\lib\libapps-lib-apps_opt_printf.obj "apps\lib\apps_opt_printf.c"
  apps_opt_printf.c
    cmd /C ""cl" /Zs /showIncludes  /Zi /Fdossl_static.pdb /MT /Zl /Gs0 /GF /Gy -IC:\Users\Devbox\openssl\include -IC:\Users\Devbox\openssl\include\WinNT.10.0.2_x86-64_MSVC.14.3 -I"." -I"include" -I"apps\include" -D"L_ENDIAN" -D"OPENSSL_PIC" -D"OPENSSLDIR=\"C:\\Users\\Devbox\\buildarea\\build_cryptography\\cryptography-42.0.8\\src\\rust\\target\\release\\build\\openssl-sys-78a038b9f453544a\\out\\openssl-build\\install\\SYS\ANAGER:[OPENSSL]\"" -D"ENGINESDIR=\"C:\\Users\\Devbox\\buildarea\\build_cryptography\\cryptography-42.0.8\\src\\rust\\target\\release\\build\\openssl-sys-78a038b9f453544a\\out\\openssl-build\\install\\lib\\engines-3\"" -D"MODULESDIR=\"C:\\Users\\Devbox\\buildarea\\build_cryptography\\cryptography-42.0.8\\src\\rust\\target\\release\\build\\openssl-sys-78a038b9f453544a\\out\\openssl-build\\install\\lib\\ossl-modules\"" -D"OPENSSL_BUILDING_OPENSSL" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"NDEBUG"   "apps\lib\apps_opt_printf.c" > apps\lib\libapps-lib-apps_opt_printf.d 2>&1"
    "cl"  /Zi /Fdossl_static.pdb /MT /Zl /Gs0 /GF /Gy -IC:\Users\Devbox\openssl\include -IC:\Users\Devbox\openssl\include\WinNT.10.0.2_x86-64_MSVC.14.3 -I"." -I"include" -I"apps\include" -D"L_ENDIAN" -D"OPENSSL_PIC" -D"OPENSSLDIR=\"C:\\Users\\Devbox\\buildarea\\build_cryptography\\cryptography-42.0.8\\src\\rust\\target\\release\\build\\openssl-sys-78a038b9f453544a\\out\\openssl-build\\install\\SYS\ANAGER:[OPENSSL]\"" -D"ENGINESDIR=\"C:\\Users\\Devbox\\buildarea\\build_cryptography\\cryptography-42.0.8\\src\\rust\\target\\release\\build\\openssl-sys-78a038b9f453544a\\out\\openssl-build\\install\\lib\\engines-3\"" -D"MODULESDIR=\"C:\\Users\\Devbox\\buildarea\\build_cryptography\\cryptography-42.0.8\\src\\rust\\target\\release\\build\\openssl-sys-78a038b9f453544a\\out\\openssl-build\\install\\lib\\ossl-modules\"" -D"OPENSSL_BUILDING_OPENSSL" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"NDEBUG"   -c /Foapps\lib\libapps-lib-apps_ui.obj "apps\lib\apps_ui.c"
  apps_ui.c
    cmd /C ""cl" /Zs /showIncludes  /Zi /Fdossl_static.pdb /MT /Zl /Gs0 /GF /Gy -IC:\Users\Devbox\openssl\include -IC:\Users\Devbox\openssl\include\WinNT.10.0.2_x86-64_MSVC.14.3 -I"." -I"include" -I"apps\include" -D"L_ENDIAN" -D"OPENSSL_PIC" -D"OPENSSLDIR=\"C:\\Users\\Devbox\\buildarea\\build_cryptography\\cryptography-42.0.8\\src\\rust\\target\\release\\build\\openssl-sys-78a038b9f453544a\\out\\openssl-build\\install\\SYS\ANAGER:[OPENSSL]\"" -D"ENGINESDIR=\"C:\\Users\\Devbox\\buildarea\\build_cryptography\\cryptography-42.0.8\\src\\rust\\target\\release\\build\\openssl-sys-78a038b9f453544a\\out\\openssl-build\\install\\lib\\engines-3\"" -D"MODULESDIR=\"C:\\Users\\Devbox\\buildarea\\build_cryptography\\cryptography-42.0.8\\src\\rust\\target\\release\\build\\openssl-sys-78a038b9f453544a\\out\\openssl-build\\install\\lib\\ossl-modules\"" -D"OPENSSL_BUILDING_OPENSSL" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"NDEBUG"   "apps\lib\apps_ui.c" > apps\lib\libapps-lib-apps_ui.d 2>&1"
    "cl"  /Zi /Fdossl_static.pdb /MT /Zl /Gs0 /GF /Gy -IC:\Users\Devbox\openssl\include -IC:\Users\Devbox\openssl\include\WinNT.10.0.2_x86-64_MSVC.14.3 -I"." -I"include" -I"apps\include" -D"L_ENDIAN" -D"OPENSSL_PIC" -D"OPENSSLDIR=\"C:\\Users\\Devbox\\buildarea\\build_cryptography\\cryptography-42.0.8\\src\\rust\\target\\release\\build\\openssl-sys-78a038b9f453544a\\out\\openssl-build\\install\\SYS\ANAGER:[OPENSSL]\"" -D"ENGINESDIR=\"C:\\Users\\Devbox\\buildarea\\build_cryptography\\cryptography-42.0.8\\src\\rust\\target\\release\\build\\openssl-sys-78a038b9f453544a\\out\\openssl-build\\install\\lib\\engines-3\"" -D"MODULESDIR=\"C:\\Users\\Devbox\\buildarea\\build_cryptography\\cryptography-42.0.8\\src\\rust\\target\\release\\build\\openssl-sys-78a038b9f453544a\\out\\openssl-build\\install\\lib\\ossl-modules\"" -D"OPENSSL_BUILDING_OPENSSL" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"NDEBUG"   -c /Foapps\lib\libapps-lib-columns.obj "apps\lib\columns.c"
  columns.c
    cmd /C ""cl" /Zs /showIncludes  /Zi /Fdossl_static.pdb /MT /Zl /Gs0 /GF /Gy -IC:\Users\Devbox\openssl\include -IC:\Users\Devbox\openssl\include\WinNT.10.0.2_x86-64_MSVC.14.3 -I"." -I"include" -I"apps\include" -D"L_ENDIAN" -D"OPENSSL_PIC" -D"OPENSSLDIR=\"C:\\Users\\Devbox\\buildarea\\build_cryptography\\cryptography-42.0.8\\src\\rust\\target\\release\\build\\openssl-sys-78a038b9f453544a\\out\\openssl-build\\install\\SYS\ANAGER:[OPENSSL]\"" -D"ENGINESDIR=\"C:\\Users\\Devbox\\buildarea\\build_cryptography\\cryptography-42.0.8\\src\\rust\\target\\release\\build\\openssl-sys-78a038b9f453544a\\out\\openssl-build\\install\\lib\\engines-3\"" -D"MODULESDIR=\"C:\\Users\\Devbox\\buildarea\\build_cryptography\\cryptography-42.0.8\\src\\rust\\target\\release\\build\\openssl-sys-78a038b9f453544a\\out\\openssl-build\\install\\lib\\ossl-modules\"" -D"OPENSSL_BUILDING_OPENSSL" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"NDEBUG"   "apps\lib\columns.c" > apps\lib\libapps-lib-columns.d 2>&1"
    "cl"  /Zi /Fdossl_static.pdb /MT /Zl /Gs0 /GF /Gy -IC:\Users\Devbox\openssl\include -IC:\Users\Devbox\openssl\include\WinNT.10.0.2_x86-64_MSVC.14.3 -I"." -I"include" -I"apps\include" -D"L_ENDIAN" -D"OPENSSL_PIC" -D"OPENSSLDIR=\"C:\\Users\\Devbox\\buildarea\\build_cryptography\\cryptography-42.0.8\\src\\rust\\target\\release\\build\\openssl-sys-78a038b9f453544a\\out\\openssl-build\\install\\SYS\ANAGER:[OPENSSL]\"" -D"ENGINESDIR=\"C:\\Users\\Devbox\\buildarea\\build_cryptography\\cryptography-42.0.8\\src\\rust\\target\\release\\build\\openssl-sys-78a038b9f453544a\\out\\openssl-build\\install\\lib\\engines-3\"" -D"MODULESDIR=\"C:\\Users\\Devbox\\buildarea\\build_cryptography\\cryptography-42.0.8\\src\\rust\\target\\release\\build\\openssl-sys-78a038b9f453544a\\out\\openssl-build\\install\\lib\\ossl-modules\"" -D"OPENSSL_BUILDING_OPENSSL" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"NDEBUG"   -c /Foapps\lib\libapps-lib-engine.obj "apps\lib\engine.c"
  engine.c
    cmd /C ""cl" /Zs /showIncludes  /Zi /Fdossl_static.pdb /MT /Zl /Gs0 /GF /Gy -IC:\Users\Devbox\openssl\include -IC:\Users\Devbox\openssl\include\WinNT.10.0.2_x86-64_MSVC.14.3 -I"." -I"include" -I"apps\include" -D"L_ENDIAN" -D"OPENSSL_PIC" -D"OPENSSLDIR=\"C:\\Users\\Devbox\\buildarea\\build_cryptography\\cryptography-42.0.8\\src\\rust\\target\\release\\build\\openssl-sys-78a038b9f453544a\\out\\openssl-build\\install\\SYS\ANAGER:[OPENSSL]\"" -D"ENGINESDIR=\"C:\\Users\\Devbox\\buildarea\\build_cryptography\\cryptography-42.0.8\\src\\rust\\target\\release\\build\\openssl-sys-78a038b9f453544a\\out\\openssl-build\\install\\lib\\engines-3\"" -D"MODULESDIR=\"C:\\Users\\Devbox\\buildarea\\build_cryptography\\cryptography-42.0.8\\src\\rust\\target\\release\\build\\openssl-sys-78a038b9f453544a\\out\\openssl-build\\install\\lib\\ossl-modules\"" -D"OPENSSL_BUILDING_OPENSSL" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"NDEBUG"   "apps\lib\engine.c" > apps\lib\libapps-lib-engine.d 2>&1"
    "cl"  /Zi /Fdossl_static.pdb /MT /Zl /Gs0 /GF /Gy -IC:\Users\Devbox\openssl\include -IC:\Users\Devbox\openssl\include\WinNT.10.0.2_x86-64_MSVC.14.3 -I"." -I"include" -I"apps\include" -D"L_ENDIAN" -D"OPENSSL_PIC" -D"OPENSSLDIR=\"C:\\Users\\Devbox\\buildarea\\build_cryptography\\cryptography-42.0.8\\src\\rust\\target\\release\\build\\openssl-sys-78a038b9f453544a\\out\\openssl-build\\install\\SYS\ANAGER:[OPENSSL]\"" -D"ENGINESDIR=\"C:\\Users\\Devbox\\buildarea\\build_cryptography\\cryptography-42.0.8\\src\\rust\\target\\release\\build\\openssl-sys-78a038b9f453544a\\out\\openssl-build\\install\\lib\\engines-3\"" -D"MODULESDIR=\"C:\\Users\\Devbox\\buildarea\\build_cryptography\\cryptography-42.0.8\\src\\rust\\target\\release\\build\\openssl-sys-78a038b9f453544a\\out\\openssl-build\\install\\lib\\ossl-modules\"" -D"OPENSSL_BUILDING_OPENSSL" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"NDEBUG"   -c /Foapps\lib\libapps-lib-engine_loader.obj "apps\lib\engine_loader.c"
  engine_loader.c
    cmd /C ""cl" /Zs /showIncludes  /Zi /Fdossl_static.pdb /MT /Zl /Gs0 /GF /Gy -IC:\Users\Devbox\openssl\include -IC:\Users\Devbox\openssl\include\WinNT.10.0.2_x86-64_MSVC.14.3 -I"." -I"include" -I"apps\include" -D"L_ENDIAN" -D"OPENSSL_PIC" -D"OPENSSLDIR=\"C:\\Users\\Devbox\\buildarea\\build_cryptography\\cryptography-42.0.8\\src\\rust\\target\\release\\build\\openssl-sys-78a038b9f453544a\\out\\openssl-build\\install\\SYS\ANAGER:[OPENSSL]\"" -D"ENGINESDIR=\"C:\\Users\\Devbox\\buildarea\\build_cryptography\\cryptography-42.0.8\\src\\rust\\target\\release\\build\\openssl-sys-78a038b9f453544a\\out\\openssl-build\\install\\lib\\engines-3\"" -D"MODULESDIR=\"C:\\Users\\Devbox\\buildarea\\build_cryptography\\cryptography-42.0.8\\src\\rust\\target\\release\\build\\openssl-sys-78a038b9f453544a\\out\\openssl-build\\install\\lib\\ossl-modules\"" -D"OPENSSL_BUILDING_OPENSSL" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"NDEBUG"   "apps\lib\engine_loader.c" > apps\lib\libapps-lib-engine_loader.d 2>&1"
    "cl"  /Zi /Fdossl_static.pdb /MT /Zl /Gs0 /GF /Gy -IC:\Users\Devbox\openssl\include -IC:\Users\Devbox\openssl\include\WinNT.10.0.2_x86-64_MSVC.14.3 -I"." -I"include" -I"apps\include" -D"L_ENDIAN" -D"OPENSSL_PIC" -D"OPENSSLDIR=\"C:\\Users\\Devbox\\buildarea\\build_cryptography\\cryptography-42.0.8\\src\\rust\\target\\release\\build\\openssl-sys-78a038b9f453544a\\out\\openssl-build\\install\\SYS\ANAGER:[OPENSSL]\"" -D"ENGINESDIR=\"C:\\Users\\Devbox\\buildarea\\build_cryptography\\cryptography-42.0.8\\src\\rust\\target\\release\\build\\openssl-sys-78a038b9f453544a\\out\\openssl-build\\install\\lib\\engines-3\"" -D"MODULESDIR=\"C:\\Users\\Devbox\\buildarea\\build_cryptography\\cryptography-42.0.8\\src\\rust\\target\\release\\build\\openssl-sys-78a038b9f453544a\\out\\openssl-build\\install\\lib\\ossl-modules\"" -D"OPENSSL_BUILDING_OPENSSL" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"NDEBUG"   -c /Foapps\lib\libapps-lib-fmt.obj "apps\lib\fmt.c"
  fmt.c
    cmd /C ""cl" /Zs /showIncludes  /Zi /Fdossl_static.pdb /MT /Zl /Gs0 /GF /Gy -IC:\Users\Devbox\openssl\include -IC:\Users\Devbox\openssl\include\WinNT.10.0.2_x86-64_MSVC.14.3 -I"." -I"include" -I"apps\include" -D"L_ENDIAN" -D"OPENSSL_PIC" -D"OPENSSLDIR=\"C:\\Users\\Devbox\\buildarea\\build_cryptography\\cryptography-42.0.8\\src\\rust\\target\\release\\build\\openssl-sys-78a038b9f453544a\\out\\openssl-build\\install\\SYS\ANAGER:[OPENSSL]\"" -D"ENGINESDIR=\"C:\\Users\\Devbox\\buildarea\\build_cryptography\\cryptography-42.0.8\\src\\rust\\target\\release\\build\\openssl-sys-78a038b9f453544a\\out\\openssl-build\\install\\lib\\engines-3\"" -D"MODULESDIR=\"C:\\Users\\Devbox\\buildarea\\build_cryptography\\cryptography-42.0.8\\src\\rust\\target\\release\\build\\openssl-sys-78a038b9f453544a\\out\\openssl-build\\install\\lib\\ossl-modules\"" -D"OPENSSL_BUILDING_OPENSSL" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"NDEBUG"   "apps\lib\fmt.c" > apps\lib\libapps-lib-fmt.d 2>&1"
    "cl"  /Zi /Fdossl_static.pdb /MT /Zl /Gs0 /GF /Gy -IC:\Users\Devbox\openssl\include -IC:\Users\Devbox\openssl\include\WinNT.10.0.2_x86-64_MSVC.14.3 -I"." -I"include" -I"apps\include" -D"L_ENDIAN" -D"OPENSSL_PIC" -D"OPENSSLDIR=\"C:\\Users\\Devbox\\buildarea\\build_cryptography\\cryptography-42.0.8\\src\\rust\\target\\release\\build\\openssl-sys-78a038b9f453544a\\out\\openssl-build\\install\\SYS\ANAGER:[OPENSSL]\"" -D"ENGINESDIR=\"C:\\Users\\Devbox\\buildarea\\build_cryptography\\cryptography-42.0.8\\src\\rust\\target\\release\\build\\openssl-sys-78a038b9f453544a\\out\\openssl-build\\install\\lib\\engines-3\"" -D"MODULESDIR=\"C:\\Users\\Devbox\\buildarea\\build_cryptography\\cryptography-42.0.8\\src\\rust\\target\\release\\build\\openssl-sys-78a038b9f453544a\\out\\openssl-build\\install\\lib\\ossl-modules\"" -D"OPENSSL_BUILDING_OPENSSL" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE" -D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE" -D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"NDEBUG"   -c /Foapps\lib\libapps-lib-http_server.obj "apps\lib\http_server.c"
  http_server.c
  
  apps\lib\http_server.c(207): error C2065: 'OSSL_TRACE_CATEGORY_HTTP': undeclared identifier

        Microsoft (R) C/C++ Optimizing Compiler Version 19.39.33521 for x64
        Copyright (C) Microsoft Corporation.  All rights reserved.

        NMAKE : fatal error U1077: '"cl"  /Zi /Fdossl_static.pdb /MT /Zl /Gs0 /GF /Gy -IC:\Users\Devbox\openssl\include -IC:\Users\Devbox\openssl\include\WinNT.10.0.2_x86-64_MSVC.14.        note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
      error: `cargo rustc --lib --message-format=json-render-diagnostics --manifest-path src\rust\Cargo.toml --release -v --features pyo3/extension-module --crate-type cdylib --` failed with code 101
      [end of output]

  note: This error originates from a subprocess, and is likely not a problem with pip.
  ERROR: Failed building wheel for cryptography
Failed to build cryptography
ERROR: Failed to build one or more wheels

Root cause:
OSSL_TRACE_CATEGORY_HTTP is introduced in OpenSSL3.1.0
openssl/include/openssl/trace.h at openssl-3.1.0 · openssl/openssl · GitHub

I think forcing cargo to pick openssl-src 300.0.13+3.0.8 should resolve this issue.
I tried updating src/rust/Cargo.toml as follows but it is still failing with above error.

openssl-src = { version = "300.0.13+3.0.8" }
openssl = { version = "0.10", features = ["vendored"] }
openssl-sys = { version = "0.9.92", optional = true }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant