ssl-opt.sh: add a test for "calc PSA finished" log to the PSA tests

diff --git a/tests/ssl-opt.sh b/tests/ssl-opt.sh
index 9b35c32..42ffa10 100755
--- a/tests/ssl-opt.sh
+++ b/tests/ssl-opt.sh
@@ -761,9 +761,11 @@
                 -c "Successfully setup PSA-based decryption cipher context" \
                 -c "Successfully setup PSA-based encryption cipher context" \
                 -c "PSA calc verify" \
+                -c "calc PSA finished" \
                 -s "Successfully setup PSA-based decryption cipher context" \
                 -s "Successfully setup PSA-based encryption cipher context" \
                 -s "PSA calc verify" \
+                -s "calc PSA finished" \
                 -C "Failed to setup PSA-based cipher context"\
                 -S "Failed to setup PSA-based cipher context"\
                 -s "Protocol is TLSv1.2" \