Grid Community Toolkit
6.2.1653033972 (tag: v6.2.20220524)
Main Page
Related Pages
Modules
Data Structures
Files
Examples
File List
Globals
All
Data Structures
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Groups
Pages
gsi_openssh
source
md5crypt.h
1
/*
2
* ----------------------------------------------------------------------------
3
* "THE BEER-WARE LICENSE" (Revision 42):
4
* <
[email protected]
> wrote this file. As long as you retain this notice you
5
* can do whatever you want with this stuff. If we meet some day, and you think
6
* this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp
7
* ----------------------------------------------------------------------------
8
*/
9
10
#ifndef _MD5CRYPT_H
11
#define _MD5CRYPT_H
12
13
#include "config.h"
14
15
#if defined(HAVE_MD5_PASSWORDS) && !defined(HAVE_MD5_CRYPT)
16
17
int
is_md5_salt(
const
char
*);
18
char
*md5_crypt(
const
char
*,
const
char
*);
19
20
#endif
/* defined(HAVE_MD5_PASSWORDS) && !defined(HAVE_MD5_CRYPT) */
21
22
#endif
/* MD5CRYPT_H */
Generated by
1.8.5