Remove SSLeay history, etc., from docs
[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<-a>]
11 [B<-v>]
12 [B<-b>]
13 [B<-o>]
14 [B<-f>]
15 [B<-p>]
16 [B<-d>]
17
18 =head1 DESCRIPTION
19
20 This command is used to print out version information about OpenSSL.
21
22 =head1 OPTIONS
23
24 =over 4
25
26 =item B<-a>
27
28 all information, this is the same as setting all the other flags.
29
30 =item B<-v>
31
32 the current OpenSSL version.
33
34 =item B<-b>
35
36 the date the current version of OpenSSL was built.
37
38 =item B<-o>
39
40 option information: various options set when the library was built.
41
42 =item B<-f>
43
44 compilation flags.
45
46 =item B<-p>
47
48 platform setting.
49
50 =item B<-d>
51
52 OPENSSLDIR setting.
53
54 =back
55
56 =head1 NOTES
57
58 The output of B<openssl version -a> would typically be used when sending
59 in a bug report.
60
61 =cut