projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
70073f3
)
Fixes "usuable" typo in ct_locl.h
author
Rob Percival
<robpercival@google.com>
Mon, 7 Mar 2016 18:38:17 +0000
(18:38 +0000)
committer
Rich Salz
<rsalz@openssl.org>
Wed, 9 Mar 2016 16:34:48 +0000
(11:34 -0500)
Reviewed-by: Emilia Käsper <emilia@openssl.org>
Reviewed-by: Rich Salz <rsalz@openssl.org>
crypto/ct/ct_locl.h
patch
|
blob
|
history
diff --git
a/crypto/ct/ct_locl.h
b/crypto/ct/ct_locl.h
index eb1d377b4ac7c939e73c68fac10243d1074ef5ef..d13f70cdfad1dab4ba591b8fa62cc6cb7fc59fc1 100644
(file)
--- 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 us
u
able?
+ * 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);