aboutsummaryrefslogtreecommitdiff
path: root/crypto/ct
diff options
context:
space:
mode:
authorRob Percival <robpercival@google.com>2016-03-07 18:38:17 +0000
committerRich Salz <rsalz@openssl.org>2016-03-09 11:34:48 -0500
commit70279a81a79f546fb5d86fd710d87f4cf55e8bf8 (patch)
treea8f2b981756662ae8281a3e89874b2b66ebba8f0 /crypto/ct
parent70073f3e3aeb3b7dd15f20b557a8340a197d976e (diff)
downloadopenssl-70279a81a79f546fb5d86fd710d87f4cf55e8bf8.zip
openssl-70279a81a79f546fb5d86fd710d87f4cf55e8bf8.tar.gz
openssl-70279a81a79f546fb5d86fd710d87f4cf55e8bf8.tar.bz2
Fixes "usuable" typo in ct_locl.h
Reviewed-by: Emilia Käsper <emilia@openssl.org> Reviewed-by: Rich Salz <rsalz@openssl.org>
Diffstat (limited to 'crypto/ct')
-rw-r--r--crypto/ct/ct_locl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/ct/ct_locl.h b/crypto/ct/ct_locl.h
index eb1d377..d13f70c 100644
--- a/crypto/ct/ct_locl.h
+++ b/crypto/ct/ct_locl.h
@@ -198,7 +198,7 @@ __owur int SCT_CTX_set1_issuer_pubkey(SCT_CTX *sctx, X509_PUBKEY *pubkey);
__owur int SCT_CTX_set1_pubkey(SCT_CTX *sctx, X509_PUBKEY *pubkey);
/*
- * Does this SCT have the minimum fields populated to be usuable?
+ * Does this SCT have the minimum fields populated to be usable?
* Returns 1 if so, 0 otherwise.
*/
__owur int SCT_is_complete(const SCT *sct);