瀏覽代碼

Fix reference to nonexistent function.

Change-Id: Ib02f1945117dfd7f7d46dbf0672091830c6f3481
Reviewed-on: https://boringssl-review.googlesource.com/24904
Reviewed-by: Adam Langley <agl@google.com>
kris/onging/CECPQ3_patch15
Gabriel Redner 6 年之前
committed by Adam Langley
父節點
當前提交
7c5e1400dd
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      include/openssl/bio.h

+ 1
- 1
include/openssl/bio.h 查看文件

@@ -347,7 +347,7 @@ OPENSSL_EXPORT int BIO_read_asn1(BIO *bio, uint8_t **out, size_t *out_len,
// Memory BIOs.
//
// Memory BIOs can be used as a read-only source (with |BIO_new_mem_buf|) or a
// writable sink (with |BIO_new|, |BIO_s_mem| and |BIO_get_mem_buf|). Data
// writable sink (with |BIO_new|, |BIO_s_mem| and |BIO_mem_contents|). Data
// written to a writable, memory BIO can be recalled by reading from it.
//
// Calling |BIO_reset| on a read-only BIO resets it to the original contents.


Loading…
取消
儲存