Update cpp/ql/lib/experimental/quantum/OpenSSL/Operations/OpenSSLOperationBase.qll

Co-authored-by: Ben Rodes <benjaminrodes@gmail.com>
This commit is contained in:
Paweł Płatek
2025-05-29 11:12:31 +02:00
parent af8702d6a8
commit f103e8be96

View File

@@ -22,7 +22,7 @@ abstract class OpenSSLOperation extends Crypto::OperationInstance instanceof Cal
}
/**
* Calls to initialization functions of EVP API.
* A Call to initialization functions from the EVP API.
* These are not operations in the sense of Crypto::OperationInstance,
* but they are used to initialize the context for the operation.
*/