Additional name for all commands
[openssl.git] / doc / apps / version.pod
1 =pod
2
3 =head1 NAME
4
5 openssl-version,
6 version - print OpenSSL version information
7
8 =head1 SYNOPSIS
9
10 B<openssl version>
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<-a>
28
29 all information, this is the same as setting all the other flags.
30
31 =item B<-v>
32
33 the current OpenSSL version.
34
35 =item B<-b>
36
37 the date the current version of OpenSSL was built.
38
39 =item B<-o>
40
41 option information: various options set when the library was built.
42
43 =item B<-f>
44
45 compilation flags.
46
47 =item B<-p>
48
49 platform setting.
50
51 =item B<-d>
52
53 OPENSSLDIR setting.
54
55 =back
56
57 =head1 NOTES
58
59 The output of B<openssl version -a> would typically be used when sending
60 in a bug report.
61
62 =head1 HISTORY
63
64 The B<-d> option was added in OpenSSL 0.9.7.
65
66 =cut