We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d77e4f commit 7d89c90Copy full SHA for 7d89c90
tests/config.py
@@ -91,12 +91,14 @@ def python_to_ABAP_time(py_time):
91
CryptoLibPath = {
92
"darwin": "/Applications/Secure Login Client.app/Contents/MacOS/lib/libsapcrypto.dylib",
93
"linux": "/usr/local/sap/cryptolib/libsapcrypto.so",
94
- "win32": "C:\\Tools\\cryptolib\\sapcrypto.dll"
+ "win32": "C:\\Tools\\cryptolib\\sapcrypto.dll",
95
+ "windows": "C:\\Tools\\cryptolib\\sapcrypto.dll"
96
# "C:\\Program Files\\SAP\\FrontEnd\\SecureLogin\\libsapcrypto.dll"
97
}[PLATFORM]
98
99
ClientPSEPath = {
100
"darwin": "/Users/d037732/dotfiles/sec/rfctest.pse",
101
"linux": "/home/www-admin/sec/rfctest.pse",
102
"win32": "C:\\Tools\\sec\\rfctest.pse",
103
+ "windows": "C:\\Tools\\sec\\rfctest.pse",
104
0 commit comments