Deleted Added
sdiff udiff text old ( 109999 ) new ( 215697 )
full compact
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 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 ---