提交 448361a8 编写于 作者: B Bodo Möller

Include string.h (whis is in all relevant standards) instead of

memory.h (which is not).
上级 26e083cc
......@@ -62,7 +62,7 @@
#include <openssl/objects.h>
#include <openssl/err.h>
#include <openssl/asn1t.h>
#include <memory.h>
#include <string.h>
static int asn1_item_ex_combine_new(ASN1_VALUE **pval, const ASN1_ITEM *it, int combine);
static void asn1_item_clear(ASN1_VALUE **pval, const ASN1_ITEM *it);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册