8322 nl: misleading-indentation
[unleashed/tickless.git] / usr / src / man / man3lib / libmd5.3lib
blob9d81ce1c918f90258725cb9fa674ce96481cbb7f
1 '\" te
2 .\" Copyright (c) 2004, Sun Microsystems, Inc.  All Rights Reserved.
3 .\" The contents of this file are subject to the terms of the Common Development and Distribution License (the "License").  You may not use this file except in compliance with the License.
4 .\" You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE or http://www.opensolaris.org/os/licensing.  See the License for the specific language governing permissions and limitations under the License.
5 .\" When distributing Covered Code, include this CDDL HEADER in each file and include the License file at usr/src/OPENSOLARIS.LICENSE.  If applicable, add the following below this CDDL HEADER, with the fields enclosed by brackets "[]" replaced with your own identifying information: Portions Copyright [yyyy] [name of copyright owner]
6 .TH LIBMD5 3LIB "Mar 24, 2004"
7 .SH NAME
8 libmd5 \- MD5 hashing library
9 .SH SYNOPSIS
10 .LP
11 .nf
12 cc [ \fIflag\fR... ] \fIfile\fR... \fB-lmd5\fR [ \fIlibrary\fR... ]
13 #include <\fBmd5.h\fR>
14 .fi
16 .SH DESCRIPTION
17 .sp
18 .LP
19 Functions in this library provide MD5 hashing routines.
20 .SH INTERFACES
21 .sp
22 .LP
23 The shared object \fBlibmd5.so.1\fR provides the public interfaces defined
24 below. See \fBIntro\fR(3) for additional information on shared object
25 interfaces.
26 .sp
28 .sp
29 .TS
30 l l
31 l l .
32 \fBMD5Final\fR  \fBMD5Init\fR
33 \fBMD5Update\fR \fBmd5_calc\fR
34 .TE
36 .SH FILES
37 .sp
38 .ne 2
39 .na
40 \fB\fB/lib/libmd5.so.1\fR\fR
41 .ad
42 .RS 23n
43 shared object
44 .RE
46 .sp
47 .ne 2
48 .na
49 \fB\fB/lib/64/libmd5.so.1\fR\fR
50 .ad
51 .RS 23n
52 64-bit shared object
53 .RE
55 .SH ATTRIBUTES
56 .sp
57 .LP
58 See \fBattributes\fR(5) for description of the following attributes:
59 .sp
61 .sp
62 .TS
63 box;
64 c | c
65 l | l .
66 ATTRIBUTE TYPE  ATTRIBUTE VALUE
68 MT-Level        MT\(miSafe
69 .TE
71 .SH SEE ALSO
72 .sp
73 .LP
74 \fBIntro\fR(3), \fBattributes\fR(5)