8ab51dda0c8d7dd64a0a02e2fd18f7f04459603c
[openssl.git] / doc / apps / version.pod
1 =pod
2
3 =head1 NAME
4
5 version - print OpenSSL version information
6
7 =head1 SYNOPSIS
8
9 B<openssl version>
10 [B<-help>]
11 [B<-a>]
12 [B<-v>]
13 [B<-b>]
14 [B<-o>]
15 [B<-f>]
16 [B<-p>]
17 [B<-d>]
18
19 =head1 DESCRIPTION
20
21 This command is used to print out version information about OpenSSL.
22
23 =head1 OPTIONS
24
25 =over 4
26
27 =item B<-help>
28
29 Print out a usage message.
30
31 =item B<-a>
32
33 all information, this is the same as setting all the other flags.
34
35 =item B<-v>
36
37 the current OpenSSL version.
38
39 =item B<-b>
40
41 the date the current version of OpenSSL was built.
42
43 =item B<-o>
44
45 option information: various options set when the library was built.
46
47 =item B<-f>
48
49 compilation flags.
50
51 =item B<-p>
52
53 platform setting.
54
55 =item B<-d>
56
57 OPENSSLDIR setting.
58
59 =back
60
61 =head1 NOTES
62
63 The output of B<openssl version -a> would typically be used when sending
64 in a bug report.
65
66 =cut