all repos — min @ 6ebc32ac8efe8d01ee0e2e314f0cecc404fbcc30

A small but practical concatenative programming language.

Fixed OpenSSH support on Windows.
h3rald h3rald@h3rald.com
Sat, 29 Jul 2023 15:05:25 +0200
commit

6ebc32ac8efe8d01ee0e2e314f0cecc404fbcc30

parent

d21b056456a4813f8112ba4a847c01cd3c53b006

M minpkg/lib/min_crypto.nimminpkg/lib/min_crypto.nim

@@ -41,7 +41,7 @@

when defined(ssl): when defined(windows): - {.passL: "-static -L"&getProjectPath()&"/minpkg/vendor/openssl/windows -lssl -lcrypto -lws2_32".} + {.passL: "-static -L"&getProjectPath()&"/minpkg/vendor/openssl/windows -lssl -lcrypto -lbcrypt".} elif defined(linux): {.passL: "-static -L"&getProjectPath()&"/minpkg/vendor/openssl/linux -lssl -lcrypto".} elif defined(macosx):