summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/ASN1_STRING_print_ex.3
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libcrypto/man/ASN1_STRING_print_ex.3')
-rw-r--r--src/lib/libcrypto/man/ASN1_STRING_print_ex.310
1 files changed, 5 insertions, 5 deletions
diff --git a/src/lib/libcrypto/man/ASN1_STRING_print_ex.3 b/src/lib/libcrypto/man/ASN1_STRING_print_ex.3
index b949cb893b..03d210084f 100644
--- a/src/lib/libcrypto/man/ASN1_STRING_print_ex.3
+++ b/src/lib/libcrypto/man/ASN1_STRING_print_ex.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: ASN1_STRING_print_ex.3,v 1.13 2018/03/27 17:35:50 schwarze Exp $ 1.\" $OpenBSD: ASN1_STRING_print_ex.3,v 1.14 2018/04/25 15:17:52 schwarze Exp $
2.\" full merge up to: OpenSSL bb9ad09e Jun 6 00:43:05 2016 -0400 2.\" full merge up to: OpenSSL bb9ad09e Jun 6 00:43:05 2016 -0400
3.\" selective merge up to: OpenSSL 61f805c1 Jan 16 01:01:46 2018 +0800 3.\" selective merge up to: OpenSSL 61f805c1 Jan 16 01:01:46 2018 +0800
4.\" 4.\"
@@ -50,7 +50,7 @@
50.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED 50.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
51.\" OF THE POSSIBILITY OF SUCH DAMAGE. 51.\" OF THE POSSIBILITY OF SUCH DAMAGE.
52.\" 52.\"
53.Dd $Mdocdate: March 27 2018 $ 53.Dd $Mdocdate: April 25 2018 $
54.Dt ASN1_STRING_PRINT_EX 3 54.Dt ASN1_STRING_PRINT_EX 3
55.Os 55.Os
56.Sh NAME 56.Sh NAME
@@ -64,19 +64,19 @@
64.Ft int 64.Ft int
65.Fo ASN1_STRING_print_ex 65.Fo ASN1_STRING_print_ex
66.Fa "BIO *out" 66.Fa "BIO *out"
67.Fa "ASN1_STRING *str" 67.Fa "const ASN1_STRING *str"
68.Fa "unsigned long flags" 68.Fa "unsigned long flags"
69.Fc 69.Fc
70.Ft int 70.Ft int
71.Fo ASN1_STRING_print_ex_fp 71.Fo ASN1_STRING_print_ex_fp
72.Fa "FILE *fp" 72.Fa "FILE *fp"
73.Fa "ASN1_STRING *str" 73.Fa "const ASN1_STRING *str"
74.Fa "unsigned long flags" 74.Fa "unsigned long flags"
75.Fc 75.Fc
76.Ft int 76.Ft int
77.Fo ASN1_STRING_print 77.Fo ASN1_STRING_print
78.Fa "BIO *out" 78.Fa "BIO *out"
79.Fa "ASN1_STRING *str" 79.Fa "const ASN1_STRING *str"
80.Fc 80.Fc
81.Ft const char * 81.Ft const char *
82.Fo ASN1_tag2str 82.Fo ASN1_tag2str