diff options
Diffstat (limited to 'tests/untestable/tssl.nim')
-rw-r--r-- | tests/untestable/tssl.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/untestable/tssl.nim b/tests/untestable/tssl.nim index 664ad805c..fca6385f8 100644 --- a/tests/untestable/tssl.nim +++ b/tests/untestable/tssl.nim @@ -20,7 +20,7 @@ from strutils import contains, toHex from openssl import getOpenSSLVersion -when isMainModule: +when true: echo "version: 0x" & $getOpenSSLVersion().toHex() let client = newHttpClient() |