Skip to content

[Bug ?][openssl] libcrypto-3-x64.dll seems to relie on absolute path for legacy.dll #36403

Closed Answered by Neumann-A
cvermot asked this question in Q&A
Discussion options

You must be logged in to vote

The problem is probably:

#ifdef OPENSSLDIR
        return "OPENSSLDIR: \"" OPENSSLDIR "\"";
#else
        return "OPENSSLDIR: N/A";
#endif
    case OPENSSL_ENGINES_DIR:
#ifdef ENGINESDIR
        return "ENGINESDIR: \"" ENGINESDIR "\"";
#else
        return "ENGINESDIR: N/A";
#endif
    case OPENSSL_MODULES_DIR:
#ifdef MODULESDIR
        return "MODULESDIR: \"" MODULESDIR "\"";
#else
        return "MODULESDIR: N/A";
#endif

LIB_CPPFLAGS=-D"L_ENDIAN" -D"OPENSSL_PIC" -D"OPENSSLDIR=\"E:\\vcpkg_folders\\libtorch\\packages\\openssl_x64-windows-release\"" -D"ENGINESDIR=\"E:\\vcpkg_folders\\libtorch\\packages\\openssl_x64-windows-release\\lib\\engines-3\"" -D"MODULESDIR=\"E:\\vcpkg_folders\\libt…

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@cvermot
Comment options

@Neumann-A
Comment options

@cvermot
Comment options

@cvermot
Comment options

Answer selected by cvermot
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants