More documentation fixes.
Missing newlines. I think they got lost in some patch reordering. Change-Id: Ib1e5833623f4ef613965d32b4e82ba18b6a551e6 Reviewed-on: https://boringssl-review.googlesource.com/2970 Reviewed-by: Adam Langley <agl@google.com>
This commit is contained in:
parent
07100c6e69
commit
cb878e20f3
@ -143,6 +143,7 @@ OPENSSL_EXPORT const EVP_AEAD *EVP_aead_aes_256_cbc_sha384_tls(void);
|
|||||||
OPENSSL_EXPORT const EVP_AEAD *EVP_aead_des_ede3_cbc_sha1_tls(void);
|
OPENSSL_EXPORT const EVP_AEAD *EVP_aead_des_ede3_cbc_sha1_tls(void);
|
||||||
OPENSSL_EXPORT const EVP_AEAD *EVP_aead_des_ede3_cbc_sha1_tls_implicit_iv(void);
|
OPENSSL_EXPORT const EVP_AEAD *EVP_aead_des_ede3_cbc_sha1_tls_implicit_iv(void);
|
||||||
|
|
||||||
|
|
||||||
/* SSLv3 specific AEAD algorithms.
|
/* SSLv3 specific AEAD algorithms.
|
||||||
*
|
*
|
||||||
* These AEAD primitives do not meet the definition of generic AEADs. They are
|
* These AEAD primitives do not meet the definition of generic AEADs. They are
|
||||||
@ -155,6 +156,7 @@ OPENSSL_EXPORT const EVP_AEAD *EVP_aead_aes_128_cbc_sha1_ssl3(void);
|
|||||||
OPENSSL_EXPORT const EVP_AEAD *EVP_aead_aes_256_cbc_sha1_ssl3(void);
|
OPENSSL_EXPORT const EVP_AEAD *EVP_aead_aes_256_cbc_sha1_ssl3(void);
|
||||||
OPENSSL_EXPORT const EVP_AEAD *EVP_aead_des_ede3_cbc_sha1_ssl3(void);
|
OPENSSL_EXPORT const EVP_AEAD *EVP_aead_des_ede3_cbc_sha1_ssl3(void);
|
||||||
|
|
||||||
|
|
||||||
/* Utility functions. */
|
/* Utility functions. */
|
||||||
|
|
||||||
/* EVP_AEAD_key_length returns the length, in bytes, of the keys used by
|
/* EVP_AEAD_key_length returns the length, in bytes, of the keys used by
|
||||||
|
Loading…
Reference in New Issue
Block a user