瀏覽代碼

Export CBS_asn1_ber_to_der.

We don't really want to expose this but the bytestring test calls this
function directly and, when linked against a shared library, thus needs
it to be in the dynamic symbol table.

Change-Id: Ife01da36fe142026a6a3e545cff746512b966ee6
kris/onging/CECPQ3_patch15
Adam Langley 10 年之前
父節點
當前提交
1f3591d4c7
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      crypto/bytestring/internal.h

+ 1
- 1
crypto/bytestring/internal.h 查看文件

@@ -45,7 +45,7 @@ int CBS_get_any_asn1_element(CBS *cbs, CBS *out, unsigned *out_tag,
* from NSS.
*
* It returns one on success and zero otherwise. */
int CBS_asn1_ber_to_der(CBS *in, uint8_t **out, size_t *out_len);
OPENSSL_EXPORT int CBS_asn1_ber_to_der(CBS *in, uint8_t **out, size_t *out_len);


#if defined(__cplusplus)


Loading…
取消
儲存