mirror of
https://github.com/openssl/openssl.git
synced 2024-11-27 05:21:51 +08:00
Fixes "usuable" typo in ct_locl.h
Reviewed-by: Emilia Käsper <emilia@openssl.org> Reviewed-by: Rich Salz <rsalz@openssl.org>
This commit is contained in:
parent
70073f3e3a
commit
70279a81a7
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user