Fix memory leak: free up ENGINE functional reference if digest is not
[openssl.git] / test / tpkcs7.com
index 31a86d3cdd659ef7d407b66841f9ce96cca275dd..e107cc141a882e045f5c3ba7099ef7fb819b363b 100644 (file)
@@ -2,7 +2,7 @@ $! TPKCS7.COM  --  Tests pkcs7 keys
 $
 $      __arch := VAX
 $      if f$getsyi("cpu") .ge. 128 then -
-          __arch := f$edit( f$getsyi( "ARCH_NAME"), "UPCASE")
+          __arch = f$edit( f$getsyi( "ARCH_NAME"), "UPCASE")
 $      if __arch .eqs. "" then __arch := UNK
 $      exe_dir := sys$disk:[-.'__arch'.exe.apps]
 $