Lines Matching +full:1 +full:c

20 .\" double quote, and \*(R" will give a right double quote.  \*(C+ will
21 .\" give a nicer C++. Capital omega is used to do unbreakable dashes and
22 .\" therefore won't be available. \*(C` and \*(C' expand to `' in nroff,
23 .\" nothing in troff, for use with C<>.
29 . if (\n(.H=4u)&(1m=24u) .ds -- \(*W\h'-12u'\(*W\h'-12u'-\" diablo 10 pitch
30 . if (\n(.H=4u)&(1m=20u) .ds -- \(*W\h'-12u'\(*W\h'-8u'-\" diablo 12 pitch
33 . ds C` ""
34 . ds C' ""
41 . ds C`
42 . ds C'
62 . tm Index:\\$1\t\\n%\t"\\$2"
81 . ds #H ((1u-(\\\\n(.fu%2u))*.13m)
101 . ds ~ \\k:\h'-(\\n(.wu-\*(#H-.1m)'~\h'|\\n:u'
123 . ds d- d\h'-1'\(ga
124 . ds D- D\h'-1'\(hy
149 .Vb 1
186 The three macros \fB\s-1OPENSSL_VERSION_MAJOR\s0\fR, \fB\s-1OPENSSL_VERSION_MINOR\s0\fR and
187 \&\fB\s-1OPENSSL_VERSION_PATCH\s0\fR represent the three parts of a version
188 identifier, \fB\f(BI\s-1MAJOR\s0\fB.\f(BI\s-1MINOR\s0\fB.\f(BI\s-1PATCH\s0\fB\fR.
190 The macro \fB\s-1OPENSSL_VERSION_PRE_RELEASE\s0\fR is an added bit of text that
195 The macro \fB\s-1OPENSSL_VERSION_BUILD_METADATA\s0\fR is extra information, reserved
196 for other parties, such as \f(CW"+fips"\fR, or \f(CW"+vendor.1"\fR).
200 \&\fB\s-1OPENSSL_VERSION_STR\s0\fR is a convenience macro to get the short version
203 \&\fB\s-1OPENSSL_FULL_VERSION_STR\s0\fR is a convenience macro to get the longer
204 version identifier string, which combines \fB\s-1OPENSSL_VERSION_STR\s0\fR,
205 \&\fB\s-1OPENSSL_VERSION_PRE_RELEASE\s0\fR and \fB\s-1OPENSSL_VERSION_BUILD_METADATA\s0\fR.
207 \&\fB\s-1OPENSSL_VERSION_TEXT\s0\fR is a convenience macro to get a full descriptive
208 version text, which includes \fB\s-1OPENSSL_FULL_VERSION_STR\s0\fR and the release
211 \&\fB\s-1OPENSSL_VERSION_PREREQ\s0\fR is a useful macro for checking whether the OpenSSL
214 header version number (\fB\s-1OPENSSL_VERSION_MAJOR\s0\fR.\fB\s-1OPENSSL_VERSION_MINOR\s0\fR) is
217 \&\fB\s-1OPENSSL_VERSION_NUMBER\s0\fR is a combination of the major, minor and
221 is the number from \fB\s-1OPENSSL_VERSION_MAJOR\s0\fR, in hexadecimal notation
222 .IP "\s-1NN\s0" 4
224 is the number from \fB\s-1OPENSSL_VERSION_MINOR\s0\fR, in hexadecimal notation
225 .IP "\s-1PP\s0" 4
227 is the number from \fB\s-1OPENSSL_VERSION_PATCH\s0\fR, in hexadecimal notation
235 .IP "\s-1OPENSSL_VERSION\s0" 4
237 The value of \fB\s-1OPENSSL_VERSION_TEXT\s0\fR
238 .IP "\s-1OPENSSL_VERSION_STRING\s0" 4
240 The value of \fB\s-1OPENSSL_VERSION_STR\s0\fR
241 .IP "\s-1OPENSSL_FULL_VERSION_STRING\s0" 4
243 The value of \fB\s-1OPENSSL_FULL_VERSION_STR\s0\fR
244 .IP "\s-1OPENSSL_CFLAGS\s0" 4
247 \&\f(CW\*(C`compiler: ...\*(C'\fR if available, or \f(CW\*(C`compiler: information not available\*…
249 .IP "\s-1OPENSSL_BUILT_ON\s0" 4
251 The date of the build process in the form \f(CW\*(C`built on: ...\*(C'\fR if available
252 or \f(CW\*(C`built on: date not available\*(C'\fR otherwise.
254 .IP "\s-1OPENSSL_PLATFORM\s0" 4
256 The \*(L"Configure\*(R" target of the library build in the form \f(CW\*(C`platform: ...\*(C'\fR
257 if available, or \f(CW\*(C`platform: information not available\*(C'\fR otherwise.
258 .IP "\s-1OPENSSL_DIR\s0" 4
260 The \fB\s-1OPENSSLDIR\s0\fR setting of the library build in the form \f(CW\*(C`OPENSSLDIR: "..."\*(
261 if available, or \f(CW\*(C`OPENSSLDIR: N/A\*(C'\fR otherwise.
262 .IP "\s-1OPENSSL_ENGINES_DIR\s0" 4
264 The \fB\s-1ENGINESDIR\s0\fR setting of the library build in the form \f(CW\*(C`ENGINESDIR: "..."\*(
265 if available, or \f(CW\*(C`ENGINESDIR: N/A\*(C'\fR otherwise. This option is deprecated in
267 .IP "\s-1OPENSSL_MODULES_DIR\s0" 4
269 The \fB\s-1MODULESDIR\s0\fR setting of the library build in the form \f(CW\*(C`MODULESDIR: "..."\*(
270 if available, or \f(CW\*(C`MODULESDIR: N/A\*(C'\fR otherwise.
271 .IP "\s-1OPENSSL_CPU_INFO\s0" 4
277 For x86 the string looks like \f(CW\*(C`CPUINFO: OPENSSL_ia32cap=0x123:0x456\*(C'\fR
278 or \f(CW\*(C`CPUINFO: N/A\*(C'\fR if not available.
280 For an unknown \fIt\fR, the text \f(CW\*(C`not available\*(C'\fR is returned.
283 .IP "\s-1OPENSSL_INFO_CONFIG_DIR\s0" 4
285 The configured \f(CW\*(C`OPENSSLDIR\*(C'\fR, which is the default location for
287 .IP "\s-1OPENSSL_INFO_ENGINES_DIR\s0" 4
289 The configured \f(CW\*(C`ENGINESDIR\*(C'\fR, which is the default location for
291 .IP "\s-1OPENSSL_INFO_MODULES_DIR\s0" 4
293 The configured \f(CW\*(C`MODULESDIR\*(C'\fR, which is the default location for
295 .IP "\s-1OPENSSL_INFO_DSO_EXTENSION\s0" 4
298 .IP "\s-1OPENSSL_INFO_DIR_FILENAME_SEPARATOR\s0" 4
303 .IP "\s-1OPENSSL_INFO_LIST_SEPARATOR\s0" 4
308 separator is \f(CW\*(C`:\*(C'\fR) or \f(CW\*(C`%PATH%\*(C'\fR on Windows (where the separator is
309 \&\f(CW\*(C`;\*(C'\fR).
310 .IP "\s-1OPENSSL_INFO_CPU_SETTINGS\s0" 4
316 For x86 the string looks like \f(CW\*(C`OPENSSL_ia32cap=0x123:0x456\*(C'\fR.
318 For an unknown \fIt\fR, \s-1NULL\s0 is returned.
320 \&\fBOpenSSL_version_num()\fR returns the value of \fB\s-1OPENSSL_VERSION_NUMBER\s0\fR.
327 the values of \fB\s-1OPENSSL_VERSION_PRE_RELEASE\s0\fR and
328 \&\fB\s-1OPENSSL_VERSION_BUILD_METADATA\s0\fR respectively as constant strings.
338 except for \s-1OPENSSL_VERSION_NUMBER\s0 and \fBOpenSSL_version_num()\fR.
345 in the file \s-1LICENSE\s0 in the source distribution or at