Browse Source

Do not use CryptoLib4Pascal by default

Default crypto library is still OpenSSL
Albert Molina 4 years ago
parent
commit
935b83f493
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/config.inc

+ 1 - 1
src/config.inc

@@ -34,7 +34,7 @@
   {.$DEFINE TESTNET}
   {.$DEFINE TESTNET}
 
 
   // Activate to define CryptoLib4Pascal by default on all compilations
   // Activate to define CryptoLib4Pascal by default on all compilations
-  {$DEFINE Use_CryptoLib4Pascal}
+  {.$DEFINE Use_CryptoLib4Pascal}
   // Add the following paths to the project Search Path is this option is used
   // Add the following paths to the project Search Path is this option is used
   // .\libraries\cryptolib4pascal
   // .\libraries\cryptolib4pascal
   // .\libraries\simplebaselib4pascal  
   // .\libraries\simplebaselib4pascal