Fix API-CONVENTIONS.md typos.
Change-Id: Iba299b1bcfe7de53bb0fa6b6cc4e607129905fd0 Reviewed-on: https://boringssl-review.googlesource.com/13054 Commit-Queue: David Benjamin <davidben@google.com> Reviewed-by: Adam Langley <agl@google.com>
This commit is contained in:
parent
2214f4e422
commit
322f431b20
@ -14,10 +14,10 @@ All supported public APIs are documented in the public header files, found in
|
|||||||
Some headers lack documention comments. These are functions and structures from
|
Some headers lack documention comments. These are functions and structures from
|
||||||
OpenSSL's legacy ASN.1, X.509, and PEM implementation. If possible, avoid using
|
OpenSSL's legacy ASN.1, X.509, and PEM implementation. If possible, avoid using
|
||||||
them. These are left largely unmodified from upstream and are retained only for
|
them. These are left largely unmodified from upstream and are retained only for
|
||||||
compatibilty with existing OpenSSL consumers.
|
compatibility with existing OpenSSL consumers.
|
||||||
|
|
||||||
|
|
||||||
# Forward declarations
|
## Forward declarations
|
||||||
|
|
||||||
Do not write `typedef struct foo_st FOO` or try otherwise to define BoringSSL's
|
Do not write `typedef struct foo_st FOO` or try otherwise to define BoringSSL's
|
||||||
types. Including `openssl/base.h` (or `openssl/ossl_typ.h` for consumers who
|
types. Including `openssl/base.h` (or `openssl/ossl_typ.h` for consumers who
|
||||||
|
Loading…
Reference in New Issue
Block a user