#QUALITY by cg
authorClaus Gittinger <cg@exept.de>
Wed, 11 Dec 2019 21:55:45 +0100
changeset 2477 6e435a605c64
parent 2476 e77b3f22bcf0
child 2478 1482e219f4f1
#QUALITY by cg class: RegressionTests::CryptTests class changed: #loadLibcryptIfAvailable
RegressionTests__CryptTests.st
--- a/RegressionTests__CryptTests.st	Wed Dec 11 21:53:47 2019 +0100
+++ b/RegressionTests__CryptTests.st	Wed Dec 11 21:55:45 2019 +0100
@@ -1,3 +1,5 @@
+"{ Encoding: utf8 }"
+
 "{ Package: 'stx:goodies/regression' }"
 
 "{ NameSpace: RegressionTests }"
@@ -52,6 +54,7 @@
             ].
         ].
         LibCryptLoaded := (Smalltalk at: #'exept_libcrypt') notNil.
+        Smalltalk loadPackage:'exept:osi/asn1'.
     ].
 
     "Created: / 03-03-2014 / 12:03:54 / Jan Vrany <jan.vrany@fit.cvut.cz>"