Do no mention private headers in public headers
authorRichard Levitte <levitte@openssl.org>
Mon, 9 Sep 2019 00:41:26 +0000 (02:41 +0200)
committerRichard Levitte <levitte@openssl.org>
Mon, 9 Sep 2019 10:06:43 +0000 (12:06 +0200)
Reviewed-by: Matthias St. Pierre <Matthias.St.Pierre@ncp-e.com>
(Merged from https://github.com/openssl/openssl/pull/9812)

include/openssl/bio.h
include/openssl/ct.h
include/openssl/dtls1.h
include/openssl/evp.h

index 2312ca647c32a44542da3d87bcd2dda2fdab1257..3e4fbd35b0bb054de667aed3f92334504ad959fb 100644 (file)
@@ -142,7 +142,7 @@ extern "C" {
 # define BIO_CTRL_DGRAM_SET_PEEK_MODE      71
 
 /*
- * internal BIO see include/internal/bio.h:
+ * internal BIO:
  * # define BIO_CTRL_SET_KTLS_SEND                 72
  * # define BIO_CTRL_SET_KTLS_SEND_CTRL_MSG        74
  * # define BIO_CTRL_CLEAR_KTLS_CTRL_MSG           75
index 334e1aff55648a947af447c9a81906262d870016..76f566304ee4e66b4e01c080443115077d81bcd8 100644 (file)
@@ -463,8 +463,6 @@ __owur int CTLOG_STORE_load_file(CTLOG_STORE *store, const char *file);
 
 /*
  * Loads the default CT log list into a |store|.
- * See internal/cryptlib.h for the environment variable and file path that are
- * consulted to find the default file.
  * Returns 1 if loading is successful, or 0 otherwise.
  */
 __owur int CTLOG_STORE_load_default_file(CTLOG_STORE *store);
index f717afbe51e7c9495348dba81cd1a3cfe492f8a0..ef01d8b9db1cfb5f1b292355230791739cc1da51 100644 (file)
@@ -47,7 +47,7 @@ extern "C" {
 
 # define DTLS1_AL_HEADER_LENGTH                   2
 
-/* Timeout multipliers (timeout slice is defined in apps/timeouts.h */
+/* Timeout multipliers */
 # define DTLS1_TMO_READ_COUNT                      2
 # define DTLS1_TMO_WRITE_COUNT                     2
 
index a0733b9697f01cf6f1cf5b71cda9dfe0bc3c268f..d1bd0b69d01435096daa2275e9fba09dc820e82a 100644 (file)
@@ -186,7 +186,7 @@ int (*EVP_MD_meth_get_ctrl(const EVP_MD *md))(EVP_MD_CTX *ctx, int cmd,
  * if the following flag is set.
  */
 # define EVP_MD_CTX_FLAG_FINALISE        0x0200
-/* NOTE: 0x0400 is reserved for internal usage in evp_int.h */
+/* NOTE: 0x0400 is reserved for internal usage */
 
 EVP_CIPHER *EVP_CIPHER_meth_new(int cipher_type, int block_size, int key_len);
 EVP_CIPHER *EVP_CIPHER_meth_dup(const EVP_CIPHER *cipher);