Deleted Added
full compact
ASN1_STRING_length.pod (109999) ASN1_STRING_length.pod (215697)
1=pod
2
3=head1 NAME
4
5ASN1_STRING_dup, ASN1_STRING_cmp, ASN1_STRING_set, ASN1_STRING_length,
6ASN1_STRING_length_set, ASN1_STRING_type, ASN1_STRING_data -
7ASN1_STRING utility functions
8
9=head1 SYNOPSIS
10
1=pod
2
3=head1 NAME
4
5ASN1_STRING_dup, ASN1_STRING_cmp, ASN1_STRING_set, ASN1_STRING_length,
6ASN1_STRING_length_set, ASN1_STRING_type, ASN1_STRING_data -
7ASN1_STRING utility functions
8
9=head1 SYNOPSIS
10
11 #include <openssl/asn1.h>
12
11 int ASN1_STRING_length(ASN1_STRING *x);
12 unsigned char * ASN1_STRING_data(ASN1_STRING *x);
13
14 ASN1_STRING * ASN1_STRING_dup(ASN1_STRING *a);
15
16 int ASN1_STRING_cmp(ASN1_STRING *a, ASN1_STRING *b);
17
18 int ASN1_STRING_set(ASN1_STRING *str, const void *data, int len);

--- 63 unchanged lines hidden ---
13 int ASN1_STRING_length(ASN1_STRING *x);
14 unsigned char * ASN1_STRING_data(ASN1_STRING *x);
15
16 ASN1_STRING * ASN1_STRING_dup(ASN1_STRING *a);
17
18 int ASN1_STRING_cmp(ASN1_STRING *a, ASN1_STRING *b);
19
20 int ASN1_STRING_set(ASN1_STRING *str, const void *data, int len);

--- 63 unchanged lines hidden ---