summaryrefslogtreecommitdiffstats
path: root/crypto/engine
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2006-06-05 12:38:22 +0000
committerDr. Stephen Henson <steve@openssl.org>2006-06-05 12:38:22 +0000
commit41eacc84a0988a9588a882459fb1aa36ed4f2ee8 (patch)
tree2500c41a9e0c8521ad5b34005ea39bf67e3e6b15 /crypto/engine
parent01b8b3c7d2d8f835257ac1cb2512273aa27bfba8 (diff)
Clarify comment and add #ifdef.
Diffstat (limited to 'crypto/engine')
-rw-r--r--crypto/engine/tb_asnmth.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/engine/tb_asnmth.c b/crypto/engine/tb_asnmth.c
index 2476d05912..8aaaf004f5 100644
--- a/crypto/engine/tb_asnmth.c
+++ b/crypto/engine/tb_asnmth.c
@@ -170,7 +170,7 @@ void engine_pkey_asn1_meths_free(ENGINE *e)
/* Find a method based on a string. This does a linear search through
* all implemented algorithms. This is OK in practice because only
* a small number of algorithms are likely to be implemented in an engine
- * and it is only used for non speed critical operations.
+ * and it is not used for speed critical operations.
*/
const EVP_PKEY_ASN1_METHOD *ENGINE_get_pkey_asn1_meth_str(ENGINE *e,