Make it possible to get ENGINESDIR info from OpenSSL_versions
[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 [B<-e>]
19
20 =head1 DESCRIPTION
21
22 This command is used to print out version information about OpenSSL.
23
24 =head1 OPTIONS
25
26 =over 4
27
28 =item B<-help>
29
30 Print out a usage message.
31
32 =item B<-a>
33
34 all information, this is the same as setting all the other flags.
35
36 =item B<-v>
37
38 the current OpenSSL version.
39
40 =item B<-b>
41
42 the date the current version of OpenSSL was built.
43
44 =item B<-o>
45
46 option information: various options set when the library was built.
47
48 =item B<-f>
49
50 compilation flags.
51
52 =item B<-p>
53
54 platform setting.
55
56 =item B<-d>
57
58 OPENSSLDIR setting.
59
60 =item B<-e>
61
62 ENGINESDIR setting.
63
64 =back
65
66 =head1 NOTES
67
68 The output of B<openssl version -a> would typically be used when sending
69 in a bug report.
70
71 =cut