openldap/libraries/liblutil/Version.c
Kurt Zeilenga 8c5868b500 Add basic support for MD5 and SHA1 passwords.
SHA1 support is contributed by Daniel J. Gregor <dj@gregor.com>
	MD5 support is contributed by me <kurt@OpenLDAP.org>
	Uses public domain MD5 routines
	Uses ISC/IBM freely redistributable Base64 routines
	SHA1 support requires external SHA1 routines
1998-09-02 21:31:35 +00:00

10 lines
260 B
C

/*
* Copyright 1998 The LDAP Foundation
* All rights reserved.
*
* This software may be used and distributed as provided under the
* terms of the OpenLDAP Public License.
*/
static char Version[] = " liblutil.a v%VERSION% (%WHEN%)\n\t%WHOANDWHERE%\n";