зеркало из https://github.com/github/ruby.git
[ruby/openssl] asn1: make ossl_asn1_get_asn1type() private
The function is not used anywhere outside of ossl_asn1.c. https://github.com/ruby/openssl/commit/5392b79941
This commit is contained in:
Родитель
a1cf39bd36
Коммит
1388945f0d
|
@ -497,7 +497,7 @@ static VALUE class_tag_map;
|
||||||
|
|
||||||
static int ossl_asn1_default_tag(VALUE obj);
|
static int ossl_asn1_default_tag(VALUE obj);
|
||||||
|
|
||||||
ASN1_TYPE*
|
static ASN1_TYPE *
|
||||||
ossl_asn1_get_asn1type(VALUE obj)
|
ossl_asn1_get_asn1type(VALUE obj)
|
||||||
{
|
{
|
||||||
ASN1_TYPE *ret;
|
ASN1_TYPE *ret;
|
||||||
|
|
|
@ -57,8 +57,6 @@ extern VALUE cASN1Sequence, cASN1Set; /* CONSTRUCTIVE */
|
||||||
|
|
||||||
extern VALUE cASN1EndOfContent; /* END OF CONTENT */
|
extern VALUE cASN1EndOfContent; /* END OF CONTENT */
|
||||||
|
|
||||||
ASN1_TYPE *ossl_asn1_get_asn1type(VALUE);
|
|
||||||
|
|
||||||
void Init_ossl_asn1(void);
|
void Init_ossl_asn1(void);
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
Загрузка…
Ссылка в новой задаче